diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html old mode 100755 new mode 100644 --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -63,12 +63,10 @@ ${self.context_bar('changelog')} ${h.shorter(h.person(cs.author),22)} - - - ${cs.revision} : - ${h.short_id(cs.raw_id)} - - + + ${cs.revision} : + ${h.short_id(cs.raw_id)} +
${h.age(cs.date,True)}
@@ -78,9 +76,13 @@ ${self.context_bar('changelog')}
${h.urlify_commit(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
↓ ${_('Show more')} ↓
- %if (not c.branch_name) and cs.branch: -
- ${h.link_to(h.shorter(cs.branch),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} + %if c.comments.get(cs.raw_id,[]): + %endif %for book in cs.bookmarks: @@ -94,15 +96,12 @@ ${self.context_bar('changelog')} ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
%endfor - %if len(c.comments.get(cs.raw_id,[])) > 0: -
- + %if (not c.branch_name) and cs.branch: +
+ ${h.link_to(h.shorter(cs.branch),h.url('changelog_home',repo_name=c.repo_name,branch=cs.branch))}
%endif + <%doc> %if (h.is_hg(c.rhodecode_repo) and cs.bookmarks) or cs.tags: