Switch to log base for the repo popularity
This commit is contained in:
parent
2c29dc048d
commit
2ff1dfc8b7
2 changed files with 10 additions and 3 deletions
|
@ -43,7 +43,8 @@
|
|||
<span class="empty" ng-if="!repository.last_modified">(Empty Repository)</span>
|
||||
</td>
|
||||
<td class="popularity hidden-xs">
|
||||
<span class="strength-indicator" value="repository.popularity" maximum="maxPopularity"></span>
|
||||
<span class="strength-indicator" value="repository.popularity" maximum="maxPopularity"
|
||||
log-base="10"></span>
|
||||
</td>
|
||||
<td>
|
||||
<span class="repo-star" repository="repository"
|
||||
|
|
Reference in a new issue