##// 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 <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>
45 <div class="pull-right">
42 <span id="parent_link">
46 <span id="parent_link">
43 <a href="#" title="${_('Parent Commit')}">${_('Parent')}</a>
47 <a href="#" title="${_('Parent Commit')}">${_('Parent')}</a>
44 </span>
48 </span>
@@ -47,6 +51,7 b''
47 <a href="#" title="${_('Child Commit')}">${_('Child')}</a>
51 <a href="#" title="${_('Child Commit')}">${_('Child')}</a>
48 </span>
52 </span>
49 </div>
53 </div>
54 </div>
50
55
51 <div class="fieldset">
56 <div class="fieldset">
52 <div class="left-label">
57 <div class="left-label">
General Comments 0
You need to be logged in to leave comments. Login now