Changeset - 099bd065f47b
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-07-10 22:52:39
marcin@python-works.com
Added compare link in forks list
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/forks/forks_data.html
Show inline comments
 
@@ -15,7 +15,11 @@
 
	        </div>
 
	        <div style="clear:both;padding-top: 10px"></div>
 
	        <div class="follower_date">${_('forked')} -
 
	        <span class="tooltip" title="${h.tooltip(h.fmt_date(f.created_on))}"> ${h.age(f.created_on)}</span></div>
 
	        <span class="tooltip" title="${h.tooltip(h.fmt_date(f.created_on))}"> ${h.age(f.created_on)}</span>
 
            <a title="${_('compare fork with %s' % c.repo_name)}" 
 
               href="${h.url('compare_url',repo_name=f.repo_name,org_ref_type='branch',org_ref='default',other_ref_type='branch',other_ref='default', repo=c.repo_name)}" 
 
               class="ui-btn small">${_('Compare fork')}</a>
 
             </div>
 
	        <div style="border-bottom: 1px solid #DDD;margin:10px 0px 10px 0px"></div>
 
	    </div>
 
	% endfor
0 comments (0 inline, 0 general)