diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -3,11 +3,13 @@ <%inherit file="/base/base.html"/> <%def name="title()"> -${_('%s Changelog') % c.repo_name} · -%if c.changelog_for_path: - /${c.changelog_for_path} · -%endif -${c.rhodecode_name} + ${_('%s Changelog') % c.repo_name} + %if c.changelog_for_path: + /${c.changelog_for_path} + %endif + %if c.rhodecode_name: + · ${c.rhodecode_name} + %endif %def> <%def name="breadcrumbs_links()"> @@ -34,32 +36,34 @@ ${self.repo_context_bar('changelog')} % if c.pagination:
|
${h.age(cs.date,True)}
|
+ + + |
-
-
+
%if c.comments.get(cs.raw_id):
${len(c.comments[cs.raw_id])}
+
|