Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-10 22:51:46 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-10 22:51:46 +0300
commit100d750bc5ec4c6c5be11eb6f4100fe38b4ddee7 (patch)
tree3339d7451f13ba1e6cb4a7362c08e68424d4a32d /app/views/help
parent73179685b0517dcdebe696b5987b47822b9bf6ed (diff)
Add feature to disable version check
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index e2276260189..bf4b7234b21 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -3,7 +3,8 @@
GitLab
%span= Gitlab::VERSION
%small= Gitlab::REVISION
- = version_status_badge
+ - if current_application_settings.version_check_enabled
+ = version_status_badge
%p.slead
GitLab is open source software to collaborate on code.
%br