diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-21 16:33:18 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-21 16:33:18 +0000 |
commit | e209ba7002238459b56ced1f5b4a7ce8bd6e2b8b (patch) | |
tree | 6ab5932b44b4edf734d3e296109cbdfac422013f /app | |
parent | 058f27ad2ac6371ff12fb7245215115c1a7cc2c9 (diff) | |
parent | 75ad9fff4e1293776e077b402b7e0bfcff3391d0 (diff) | |
download | gitlab-ce-e209ba7002238459b56ced1f5b4a7ce8bd6e2b8b.tar.gz |
Merge branch 'git-version' into 'master'
Show git version on admin page
Before
![git-version-beore](/uploads/57444ad42220c9dfe8f187b8e399227f/git-version-beore.png)
After
![git-version-after](/uploads/cc1b52ae1a251c2c46d9626c040726ab/git-version-after.png)
gitlab-org/gitlab-ce#4077
See merge request !2101
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/dashboard/index.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index 8657d2c71fe..531247e9148 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -80,6 +80,10 @@ %span.pull-right = API::API::version %p + Git + %span.pull-right + = Gitlab::Git.version + %p Ruby %span.pull-right #{RUBY_VERSION}p#{RUBY_PATCHLEVEL} |