diff --git a/templates/layerindex/detail.html b/templates/layerindex/detail.html index 7353d41..e013e4c 100644 --- a/templates/layerindex/detail.html +++ b/templates/layerindex/detail.html @@ -112,7 +112,7 @@ {% if layerbranch.vcs_last_commit %}

- Last commit: {{ layerbranch.vcs_last_commit|timesince }} ago + Last commit: {{ layerbranch.vcs_last_commit|timesince }} ago ({{ layerbranch.branch.name }} branch)

{% endif %}