##// END OF EJS Templates
commit-page: show phase on commit page....
marcink -
r1675:17141ceb default
parent child Browse files
Show More
@@ -36,9 +36,13 b''
36 36 <h4>${_('Commit')}
37 37 <code>
38 38 ${h.show_id(c.commit)}
39 % if hasattr(c.commit, 'phase'):
40 <span class="tag phase-${c.commit.phase} tooltip" title="${_('commit phase')}">${c.commit.phase}</span>
41 % endif
39 42 </code>
40 43 </h4>
41 44 </span>
45 <div class="pull-right">
42 46 <span id="parent_link">
43 47 <a href="#" title="${_('Parent Commit')}">${_('Parent')}</a>
44 48 </span>
@@ -47,6 +51,7 b''
47 51 <a href="#" title="${_('Child Commit')}">${_('Child')}</a>
48 52 </span>
49 53 </div>
54 </div>
50 55
51 56 <div class="fieldset">
52 57 <div class="left-label">
General Comments 0
You need to be logged in to leave comments. Login now