aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-09 19:23:10 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-09 19:23:59 +0000
commit4db9555a67c3a2c72849d1de1b5fb8daac06111a (patch)
tree081408c281bf14eb23edca36cdc03ef1cd372c02 /templates
parent81588881cbaceb671c44861e7edeac7754d4b30e (diff)
downloadopenembedded-core-contrib-4db9555a67c3a2c72849d1de1b5fb8daac06111a.tar.gz
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>
Diffstat (limited to 'templates')
-rw-r--r--templates/layerindex/detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layerindex/detail.html b/templates/layerindex/detail.html
index 7353d41df0..e013e4ce2d 100644
--- a/templates/layerindex/detail.html
+++ b/templates/layerindex/detail.html
@@ -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 %}