##// END OF EJS Templates
moved refresh of pull request overview to left, it's more intuitive to be there
marcink -
r2871:b54d1024 beta
parent child Browse files
Show More
@@ -21,14 +21,7 b''
21 </div>
21 </div>
22 ${h.form(url('pullrequest', repo_name=c.repo_name), method='post', id='pull_request_form')}
22 ${h.form(url('pullrequest', repo_name=c.repo_name), method='post', id='pull_request_form')}
23 <div style="float:left;padding:0px 30px 30px 30px">
23 <div style="float:left;padding:0px 30px 30px 30px">
24 <div style="padding:0px 5px 5px 5px">
24
25 <span>
26 <a id="refresh" href="#">
27 <img class="icon" title="${_('Refresh')}" alt="${_('Refresh')}" src="${h.url('/images/icons/arrow_refresh.png')}"/>
28 ${_('refresh overview')}
29 </a>
30 </span>
31 </div>
32 ##ORG
25 ##ORG
33 <div style="float:left">
26 <div style="float:left">
34 <div class="fork_user">
27 <div class="fork_user">
@@ -55,6 +48,11 b''
55 <span style="font-size: 20px">
48 <span style="font-size: 20px">
56 ${h.select('other_repo',c.default_pull_request ,c.other_repos,class_='refs')}:${h.select('other_ref',c.default_pull_request_rev,c.default_revs,class_='refs')}
49 ${h.select('other_repo',c.default_pull_request ,c.other_repos,class_='refs')}:${h.select('other_ref',c.default_pull_request_rev,c.default_revs,class_='refs')}
57 </span>
50 </span>
51 <span style="padding:3px">
52 <a id="refresh" href="#" class="tooltip" title="${h.tooltip(_('refresh overview'))}">
53 <img style="margin:3px" class="icon" title="${_('Refresh')}" alt="${_('Refresh')}" src="${h.url('/images/icons/arrow_refresh.png')}"/>
54 </a>
55 </span>
58 <div id="other_repo_desc" style="padding:5px 3px 3px 42px;"></div>
56 <div id="other_repo_desc" style="padding:5px 3px 3px 42px;"></div>
59 </div>
57 </div>
60 <div style="clear:both;padding-top: 10px"></div>
58 <div style="clear:both;padding-top: 10px"></div>
General Comments 0
You need to be logged in to leave comments. Login now