summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-09-12 10:16:01 +0000
committerRémy Coutable <remy@rymai.me>2017-09-12 10:16:01 +0000
commitc36eeffbe8b034c3cd761d2eafc6989e56b3de6a (patch)
tree7a81c9dc7b9e218324d008354f1c4693e40324d9 /app
parent2602cc0c36966ba366db8393786e9164e95a188c (diff)
parent88568317a8829a50a22c1151b9580c0d8fe60c1f (diff)
downloadgitlab-ce-c36eeffbe8b034c3cd761d2eafc6989e56b3de6a.tar.gz
Merge branch '36953-add-gitLab-pages-version-to-admin-dashboard' into 'master'
Add GitLab-Pages version to Admin Dashboard Closes #36953 See merge request !14040
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/dashboard/index.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index 069f8f89e0b..703f4165128 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -111,6 +111,11 @@
GitLab API
%span.pull-right
= API::API::version
+ - if Gitlab.config.pages.enabled
+ %p
+ GitLab Pages
+ %span.pull-right
+ = Gitlab::Pages::VERSION
%p
Git
%span.pull-right