diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-09-15 14:47:43 +0200 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-09-15 14:51:19 +0200 |
commit | da2e8fa76a1e6daa1c0981c9bb54e04aa2674c98 (patch) | |
tree | 190b9d985197244ae5788fd86e12dc4841de950b /web-ui/app/index.html | |
parent | fbf0663ed672aff425db09684e7ce1db9b7666e4 (diff) |
Add git revision to web-ui on build
- Issue #453
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r-- | web-ui/app/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index df6c5afb..825d08a2 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -48,6 +48,8 @@ </a> <nav id="tag-list"></nav> <div class="side-nav-bottom"> + <div class="version">0.3.1-beta</div> + <nav id="feedback"></nav> <nav id="logout"></nav> </div> |