commit-page: show phase on commit page.

- refs #5265
This commit is contained in:
Marcin Kuzminski 2017-04-20 21:26:56 +02:00
parent 15fc2d8a48
commit 80f19b6a7e

View file

@ -36,16 +36,21 @@
<h4>${_('Commit')}
<code>
${h.show_id(c.commit)}
% if hasattr(c.commit, 'phase'):
<span class="tag phase-${c.commit.phase} tooltip" title="${_('commit phase')}">${c.commit.phase}</span>
% endif
</code>
</h4>
</span>
<span id="parent_link">
<a href="#" title="${_('Parent Commit')}">${_('Parent')}</a>
</span>
|
<span id="child_link">
<a href="#" title="${_('Child Commit')}">${_('Child')}</a>
</span>
<div class="pull-right">
<span id="parent_link">
<a href="#" title="${_('Parent Commit')}">${_('Parent')}</a>
</span>
|
<span id="child_link">
<a href="#" title="${_('Child Commit')}">${_('Child')}</a>
</span>
</div>
</div>
<div class="fieldset">