Changeset - a02b5abe091a
[Not reviewed]
codereview
0 1 0
Marcin Kuzminski - 14 years ago 2012-05-01 22:32:53
marcin@python-works.com
Grafted from: f219eb1f6bb3
fixed small issue with changeset changed files details when clicking to load details via ajax removed info about comments
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/changelog/changelog.html
Show inline comments
 
@@ -63,7 +63,7 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
 
                            <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:
 
@@ -183,7 +183,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
0 comments (0 inline, 0 general)