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 @@ -63,7 +63,7 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
↓ ${_('show more')} ↓
-
+
${len(cs.affected_files)}
%if len(c.comments.get(cs.raw_id,[])) > 0: @@ -91,10 +91,18 @@ ${c.repo_name} ${_('Changelog')} - ${c.r %if len(cs.parents)>1: ${_('merge')} %endif - %if h.is_hg(c.rhodecode_repo) and cs.branch: + %if cs.branch: - ${h.link_to(h.shorter(cs.branch),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} + ${h.link_to(h.shorter(cs.branch),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} + %endif + %if h.is_hg(c.rhodecode_repo): + %for book in cs.bookmarks: + + ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} + + %endfor + %endif %for tag in cs.tags: ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} @@ -177,7 +185,7 @@ ${c.repo_name} ${_('Changelog')} - ${c.r var id = e.currentTarget.id var url = "${h.url('changelog_details',repo_name=c.repo_name,cs='__CS__')}" var url = url.replace('__CS__',id); - ypjax(url,id+'_changes_info',function(){tooltip_activate()}); + ypjax(url,id,function(){tooltip_activate()}); }); // change branch filter