comparison rhodecode/templates/files/files.html @ 636:ffd07396d315 beta

Fixes for raw_id, needed for git Renamed hg controller to home css html changes
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 26 Oct 2010 03:20:32 +0200
parents a1ec653f5f95
children c8bd0e6cc3da
comparison
equal deleted inserted replaced
635:fd63782c4426 636:ffd07396d315
9 &raquo; 9 &raquo;
10 ${h.link_to(c.repo_name,h.url('files_home',repo_name=c.repo_name))} 10 ${h.link_to(c.repo_name,h.url('files_home',repo_name=c.repo_name))}
11 &raquo; 11 &raquo;
12 ${_('files')} 12 ${_('files')}
13 %if c.files_list: 13 %if c.files_list:
14 @ R${c.rev_nr}:${c.cur_rev} 14 @ R${c.rev_nr}:${h.short_id(c.cur_rev)}
15 %endif 15 %endif
16 </%def> 16 </%def>
17 17
18 <%def name="page_nav()"> 18 <%def name="page_nav()">
19 ${self.menu('files')} 19 ${self.menu('files')}