mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Use thousands separators in total downloads figure
This commit is contained in:
parent
b47000c35a
commit
32bdffddab
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<section>
|
||||
<a name="packages"></a>
|
||||
<h2>Current List of <span ng-bind="packages.length"></span> Packages
|
||||
<small ng-show="totalDownloads">(<span ng-bind="totalDownloads"></span> downloads to date)</small>
|
||||
<small ng-show="totalDownloads">(<span ng-bind="totalDownloads | number"></span> downloads to date)</small>
|
||||
</h2>
|
||||
<p>
|
||||
<input type="text" ng-model="enteredSearchTerms" debounce-model="searchTerms" debounce-delay="250" placeholder="Enter filter terms" autofocus>
|
||||
|
|
Loading…
Reference in a new issue