mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 11:08:54 +00:00
Hide total download count until available
This commit is contained in:
parent
63cfc9c296
commit
3f898bca49
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>(<span ng-bind="totalDownloads"></span> downloads to date)</small>
|
||||
<small ng-show="totalDownloads">(<span ng-bind="totalDownloads"></span> downloads to date)</small>
|
||||
</h2>
|
||||
<p>
|
||||
<input type="text" ng-model="searchTerms" placeholder="Enter filter terms" autofocus>
|
||||
|
|
Loading…
Reference in a new issue