##// END OF EJS Templates
added spacing to label text Show/Diff file
Liviu -
r3702:a13dc31d new-ui
parent child Browse files
Show More
@@ -40,7 +40,7 b''
40 40
41 41 <div class="fieldset collapsable-content" data-toggle="summary-details">
42 42 <div class="left-label-summary-files">
43 <p>${_('Show/Diff file')}</p>
43 <p class="spacing">${_('Show/Diff file')}</p>
44 44 <div class="right-label-summary">
45 45 ${h.hidden('diff1')}
46 46 ${h.hidden('diff2',c.commit.raw_id)}
General Comments 0
You need to be logged in to leave comments. Login now