aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2014-07-22 12:40:15 -0500
committerAndy Doan <andy.doan@linaro.org>2014-07-22 12:40:15 -0500
commitf723667b2e1340326d39620a319fc187aafe3169 (patch)
treed8c2e829bf20b0101b538ed2ac19bdb83e5a18be /templates
parente4785c43a6f56d22e17080ddb9a477158c7a8b23 (diff)
Add revision information for deployment
Fixes: https://bugs.linaro.org/show_bug.cgi?id=226 by including either the last commit-id or the tag if available Change-Id: Iecd2a857036429bd37f9d3220853f3c1f575536a
Diffstat (limited to 'templates')
-rw-r--r--templates/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html
index 3a9e1cb..34c2eb3 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -34,7 +34,7 @@
{% block content %}{% endblock %}
</div>
<div id="footer">
- Running <a href="https://git.linaro.org/infrastructure/linaro-license-protection.git">linaro-license-protection</a> {{ revno }}.
+ Running <a href="https://git.linaro.org/infrastructure/linaro-license-protection.git">linaro-license-protection</a> <a href="https://git.linaro.org/infrastructure/linaro-license-protection.git/commit/{{ revno }}">{{ revno }}</a>.
</div>
</body>
</html>