Changeset - 17721a2dfadb
[Not reviewed]
beta
0 3 0
Marcin Kuzminski - 15 years ago 2011-02-25 01:36:17
marcin@python-works.com
fixed breadcrumbs in few pages
3 files changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/repos/repo_edit.html
Show inline comments
 
@@ -10,7 +10,7 @@
 
    » 
 
    ${h.link_to(_('Repositories'),h.url('repos'))} 
 
    »
 
    ${_('edit')} "${c.repo_name}"
 
    ${_('edit')} » ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
 
</%def>
 

	
 
<%def name="page_nav()">
rhodecode/templates/settings/repo_fork.html
Show inline comments
 
@@ -6,6 +6,8 @@
 
</%def>
 

	
 
<%def name="breadcrumbs_links()">
 
    ${h.link_to(u'Home',h.url('/'))}
 
    &raquo;
 
    ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} 
 
    &raquo;
 
    ${_('fork')}
rhodecode/templates/settings/repo_settings.html
Show inline comments
 
@@ -6,6 +6,8 @@
 
</%def>
 

	
 
<%def name="breadcrumbs_links()">
 
    ${h.link_to(u'Home',h.url('/'))}
 
    &raquo;
 
    ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} 
 
    &raquo; 
 
    ${_('Settings')} 
0 comments (0 inline, 0 general)