diff --git a/pylons_app/templates/changeset/changeset.html b/pylons_app/templates/changeset/changeset.html --- a/pylons_app/templates/changeset/changeset.html +++ b/pylons_app/templates/changeset/changeset.html @@ -3,23 +3,26 @@ <%def name="title()"> ${_('Changeset')} -<%def name="breadcrumbs()"> + +<%def name="breadcrumbs_links()"> ${h.link_to(u'Home',h.url('/'))} - / - ${h.link_to(c.repo_name,h.url('changeset_home',repo_name=c.repo_name))} - / - ${_('changeset')} + » + ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} + » + ${_('Changeset')} - r${c.changeset.revision}:${c.changeset.raw_id} + <%def name="page_nav()"> ${self.menu('changelog')} -<%def name="css()"> - - - + <%def name="main()"> - - +
+ +
+ ${self.breadcrumbs()} +
+
@@ -84,6 +87,8 @@
%endif - %endfor - - \ No newline at end of file + %endfor +
+
+ + \ No newline at end of file