Changeset - e35210568664
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2010-05-21 02:13:34
marcin@python-works.com
files browser updated to use webhelpers huminizer for file size
2 files changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/files/files.html
Show inline comments
 
@@ -25,7 +25,6 @@
 
<link rel="stylesheet" href="/css/pygments.css" type="text/css" />
 
</%def>
 
<%def name="main()">
 

	
 
    <h2 class="no-link no-border">${_('Files')}</h2>
 
	<div id="files_data">
 
	%if c.files_list:
pylons_app/templates/files/files_browser.html
Show inline comments
 
@@ -41,7 +41,7 @@
 
		             </td>
 
		             <td>
 
		                %if node.is_file():
 
		             		${h.filesizeformat(node.size)}
 
		             		${h.format_byte_size(node.size,binary=True)}
 
		             	%endif
 
		             </td>
 
		             <td>
0 comments (0 inline, 0 general)