comparison pylons_app/templates/files/files.html @ 168:e35210568664

files browser updated to use webhelpers huminizer for file size
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 02:13:34 +0200
parents 3f01d02c2cc6
children 410101210923
comparison
equal deleted inserted replaced
167:e5a25c57c97f 168:e35210568664
23 <%def name="css()"> 23 <%def name="css()">
24 <link rel="stylesheet" href="/css/monoblue_custom.css" type="text/css" /> 24 <link rel="stylesheet" href="/css/monoblue_custom.css" type="text/css" />
25 <link rel="stylesheet" href="/css/pygments.css" type="text/css" /> 25 <link rel="stylesheet" href="/css/pygments.css" type="text/css" />
26 </%def> 26 </%def>
27 <%def name="main()"> 27 <%def name="main()">
28
29 <h2 class="no-link no-border">${_('Files')}</h2> 28 <h2 class="no-link no-border">${_('Files')}</h2>
30 <div id="files_data"> 29 <div id="files_data">
31 %if c.files_list: 30 %if c.files_list:
32 <h2>${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.files_list.path)}</h2> 31 <h2>${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.files_list.path)}</h2>
33 %if c.files_list.is_dir(): 32 %if c.files_list.is_dir():