diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-16 14:42:22 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-16 14:42:22 +0200 |
commit | b7297285369171c95b006e49d6da7bc84b969fc8 (patch) | |
tree | 9e5a93a2bd32439cf1033444890d452e33cf8cfa /app | |
parent | e65cc4f849174e2767f2121120ea8f1880c3d6d2 (diff) | |
download | gitlab-ce-b7297285369171c95b006e49d6da7bc84b969fc8.tar.gz |
uppercase Gitlab version and revision constants. check api return gitlab version now
Diffstat (limited to 'app')
-rw-r--r-- | app/views/help/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index 1a4411c8f30..879a19fdfb4 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -1,8 +1,8 @@ %h3.page_title GITLAB .pull-right - %span= Gitlab::Version - %small= Gitlab::Revision + %span= Gitlab::VERSION + %small= Gitlab::REVISION %hr %p.lead Self Hosted Git Management |