mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +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>
|
<section>
|
||||||
<a name="packages"></a>
|
<a name="packages"></a>
|
||||||
<h2>Current List of <span ng-bind="packages.length"></span> Packages
|
<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>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
<input type="text" ng-model="searchTerms" placeholder="Enter filter terms" autofocus>
|
<input type="text" ng-model="searchTerms" placeholder="Enter filter terms" autofocus>
|
||||||
|
|
Loading…
Reference in a new issue