Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Commit

Permalink
Hide the filesize for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jul 4, 2012
1 parent e1e9a9c commit 28c854a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crate/web/theme/templates/packages/partials/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<th>{{ gettext("Type") }}</th>
<th>{{ gettext("Python Version") }}</th>
<th>{{ gettext("Uploaded On") }}</th>
<th>{{ gettext("Size") }}</th>
<th>{# {{ gettext("Size") }} #}</th>
<th>{{ gettext("Downloads") }}</th>
</tr>
</thead>
Expand All @@ -16,7 +16,7 @@
<td>{{ file.get_type_display() }}</td>
<td>{{ file.get_python_version_display() }}</td>
<td>{{ file.created|date("DATE_FORMAT") }}</td>
<td>{{ file.file.size|filesizeformat }}</td>
<td>{# {{ file.file.size|filesizeformat }} #}</td>
<td>{{ file.downloads|intcomma }}</td>
</tr>
{% else %}
Expand Down

0 comments on commit 28c854a

Please sign in to comment.