mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
Show total number of downloads
This commit is contained in:
parent
d1b0fbe119
commit
7643b23eb6
1 changed files with 3 additions and 1 deletions
|
@ -123,7 +123,9 @@
|
||||||
</div>
|
</div>
|
||||||
<section>
|
<section>
|
||||||
<a name="packages"></a>
|
<a name="packages"></a>
|
||||||
<h2>Current List of <%=h packages.size %> Packages</h2>
|
<h2>Current List of <%=h packages.size %> Packages
|
||||||
|
<small>(<%= packages.map(&:downloads).compact.inject(0) { |a,b| a+b } %> downloads to date)</small>
|
||||||
|
</h2>
|
||||||
<table id="package-list" class="table table-bordered table-hover">
|
<table id="package-list" class="table table-bordered table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
|
|
Loading…
Reference in a new issue