##// END OF EJS Templates
small ui fix for pull request page
marcink -
r2654:731e823d beta
parent child Browse files
Show More
@@ -35,7 +35,7
35 <div>${_('Created on')}: ${h.fmt_date(c.pull_request.created_on)}</div>
35 <div>${_('Created on')}: ${h.fmt_date(c.pull_request.created_on)}</div>
36 </div>
36 </div>
37
37
38 <div>
38 <div style="min-height:160px">
39 ##DIFF
39 ##DIFF
40 <div class="table" style="float:left;clear:none">
40 <div class="table" style="float:left;clear:none">
41 <div id="body" class="diffblock">
41 <div id="body" class="diffblock">
General Comments 0
You need to be logged in to leave comments. Login now