mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
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:
parent
81588881cb
commit
4db9555a67
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user