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 @@
↓ ${_('show more')} ↓
-
+
${len(cs.affected_files)}
%if len(c.comments.get(cs.raw_id,[])) > 0: @@ -177,7 +177,7 @@ 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