aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-05-01 22:32:53 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-05-01 22:32:53 +0200
commitc196ecab0ed0b08acfd6b22e4ed32a5597035b32 (patch)
tree3557d8a64d209e02545d4d326cd08162ddc8a2d5
parenta63dafe48bc786f70beaca8f7a8ce729a6d6341d (diff)
fixed small issue with changeset changed files details when clicking to load details via ajax removed info about comments
--HG-- branch : beta
-rw-r--r--rhodecode/templates/changelog/changelog.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html
index a01333ec..0b38d1ac 100644
--- a/rhodecode/templates/changelog/changelog.html
+++ b/rhodecode/templates/changelog/changelog.html
@@ -63,7 +63,7 @@ ${c.repo_name} ${_('Changelog')} - ${c.rhodecode_name}
<div class="expand"><span class="expandtext">&darr; ${_('show more')} &darr;</span></div>
</div>
<div class="right">
- <div id="${cs.raw_id}_changes_info" class="changes">
+ <div class="changes">
<div id="${cs.raw_id}" style="float:right;" class="changed_total tooltip" title="${_('Affected number of files, click to show more details')}">${len(cs.affected_files)}</div>
<div class="comments-container">
%if len(c.comments.get(cs.raw_id,[])) > 0:
@@ -177,7 +177,7 @@ ${c.repo_name} ${_('Changelog')} - ${c.rhodecode_name}
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