# HG changeset patch # User Marcin Kuzminski # Date 1366059128 -7200 # Node ID 087b50ef7e17f9570b56ff5e090a4b85e4cf3ef2 # Parent 6302a1423a4e6499bc650b6a4dd28ce413e47ab8 changelog for file history shows that we're in different changelog view diff -r 6302a1423a4e -r 087b50ef7e17 rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html Mon Apr 15 21:58:40 2013 +0200 +++ b/rhodecode/templates/changelog/changelog.html Mon Apr 15 22:52:08 2013 +0200 @@ -3,12 +3,20 @@ <%inherit file="/base/base.html"/> <%def name="title()"> -${_('%s Changelog') % c.repo_name} · ${c.rhodecode_name} +${_('%s Changelog') % c.repo_name} · +%if c.changelog_for_path: + /${c.changelog_for_path} · +%endif +${c.rhodecode_name} <%def name="breadcrumbs_links()"> <% size = c.size if c.size <= c.total_cs else c.total_cs %> - ${_('Changelog')} - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)} + ${_('Changelog')} + %if c.changelog_for_path: + - /${c.changelog_for_path} + %endif + - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)} <%def name="page_nav()">