##// END OF EJS Templates
fix branch UI issue for git repos
marcink -
r3614:e8db9fe4 beta
parent child Browse files
Show More
@@ -19,7 +19,11 b''
19 19 ${h.hidden('revisions',cs.raw_id)}
20 20 %endif
21 21 </td>
22 <td><span class="branchtag">${cs.branch}</span></td>
22 <td>
23 %if cs.branch:
24 <span class="branchtag">${cs.branch}</span>
25 %endif
26 </td>
23 27 <td><div class="message tooltip" title="${h.tooltip(cs.message)}" style="white-space:normal">${h.urlify_commit(h.shorter(cs.message, 60),c.repo_name)}</div></td>
24 28 </tr>
25 29 %endfor
General Comments 0
You need to be logged in to leave comments. Login now