comparison pylons_app/templates/files.html @ 106:a86c8de926b4

some fixes in graph tab. Little fixes in files
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 25 Apr 2010 23:26:14 +0200
parents 2dc0c8e4f384
children
comparison
equal deleted inserted replaced
105:3ac4350b7848 106:a86c8de926b4
40 <th class="width-15 righted">${_('Last commiter')}</th> 40 <th class="width-15 righted">${_('Last commiter')}</th>
41 </tr> 41 </tr>
42 </thead> 42 </thead>
43 <tr> 43 <tr>
44 % if c.files_list.parent: 44 % if c.files_list.parent:
45 <td> 45 <td>
46 ${h.link_to('..',h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.files_list.parent),class_="browser-dir")} 46 ${h.link_to('..',h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.files_list.parent),class_="browser-dir")}
47 </td> 47 </td>
48 <td></td> 48 <td></td>
49 <td></td> 49 <td></td>
50 <td></td> 50 <td></td>
51 <td></td> 51 <td></td>
52 %endif 52 %endif
53 </tr> 53 </tr>
54 <%def name="file_class(node)"> 54 <%def name="file_class(node)">
55 %if node.is_file(): 55 %if node.is_file():
56 <%return "browser-file" %> 56 <%return "browser-file" %>