diff options
author | Zara Gebru <zgebru@thoughtworks.com> | 2016-04-07 11:31:28 +0200 |
---|---|---|
committer | Zara Gebru <zgebru@thoughtworks.com> | 2016-04-07 11:31:28 +0200 |
commit | 22751f8a4f1172ee8acc43a64561e43bc436328d (patch) | |
tree | 2b792b0cedbe2beefa00566641960ea2e5711c35 /web-ui/app/templates | |
parent | 6dd0975fb294365c939ca19bb838927d2267a0ee (diff) |
Issue #644: add time passed since last commit in nav bar
Diffstat (limited to 'web-ui/app/templates')
-rw-r--r-- | web-ui/app/templates/page/version.hbs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/app/templates/page/version.hbs b/web-ui/app/templates/page/version.hbs index 40804ff3..181d2151 100644 --- a/web-ui/app/templates/page/version.hbs +++ b/web-ui/app/templates/page/version.hbs @@ -1 +1,2 @@ -version: UNKNOWN_VERSION
\ No newline at end of file +version: UNKNOWN_VERSION <br/> +COMMIT_DATE |