# HG changeset patch # User Marcin Kuzminski # Date 1335904373 -7200 # Node ID f219eb1f6bb3410b3e7b84e1ec67d276f2426575 # Parent 884fbc541d8df8e025586986b915188abede369c fixed small issue with changeset changed files details when clicking to load details via ajax removed info about comments diff -r 884fbc541d8d -r f219eb1f6bb3 rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html Mon Apr 30 17:25:01 2012 +0200 +++ b/rhodecode/templates/changelog/changelog.html Tue May 01 22:32:53 2012 +0200 @@ -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