Show branch name next to last update date

Just to reinforce which branch is being viewed.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2014-03-09 19:23:10 +00:00
parent 81588881cb
commit 4db9555a67

View File

@ -112,7 +112,7 @@
{% if layerbranch.vcs_last_commit %}
<p>
<span class="muted"><small>Last commit: {{ layerbranch.vcs_last_commit|timesince }} ago</small></span>
<span class="muted"><small>Last commit: {{ layerbranch.vcs_last_commit|timesince }} ago ({{ layerbranch.branch.name }} branch)</small></span>
</p>
{% endif %}