summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2014-07-31 16:48:51 +0000
committerAndy Doan <andy.doan@linaro.org>2014-07-31 16:54:24 +0000
commita76d5d2df41e574f45263fda9d947abb53b830af (patch)
tree0888e46d573590c14dcc3729aa0aebb79f24bad5 /templates
parentce5967e958d1942aef9460bc99ce5344fcb0aaeb (diff)
Include deployed version information in page footer2014.07
Change-Id: I7f4c61992eff75ef19fa840e6d2d911f4512519a
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index e58cea9..4ab5e0b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -52,7 +52,9 @@
</div>
<div id="footer">
<a href="http://ozlabs.org/~jk/projects/patchwork">patchwork</a>
- patch tracking system
+ {% autoescape off %}
+ patch tracking system running at {{ "http://git.linaro.org/infrastructure/linaro-patchmetrics.git/commit"|revno_url }}.
+ {% endautoescape %}
</div>
</body>
</html>