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