myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3628] branches/packs/app/views/blobs/show.rhtml:


From: noreply
Subject: [myexperiment-hackers] [3628] branches/packs/app/views/blobs/show.rhtml: added file size to file show page
Date: Tue, 27 Aug 2013 13:31:15 +0000 (UTC)

Revision
3628
Author
dgc
Date
2013-08-27 13:31:14 +0000 (Tue, 27 Aug 2013)

Log Message

added file size to file show page

Modified Paths

Diff

Modified: branches/packs/app/views/blobs/show.rhtml (3627 => 3628)


--- branches/packs/app/views/blobs/show.rhtml	2013-08-23 13:41:41 UTC (rev 3627)
+++ branches/packs/app/views/blobs/show.rhtml	2013-08-27 13:31:14 UTC (rev 3628)
@@ -64,6 +64,10 @@
 
         <% if Authorization.check('download', @blob, current_user) %>
           <tr>
+            <td>File size</td>
+            <td class="size"><%=h @version.content_blob.size.to_s %></td>
+          </tr>
+          <tr>
             <td>SHA1</td>
             <td class="sha1"><%=h @version.content_blob.sha1 %></td>
           </tr>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]