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