summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2017-06-08 15:43:06 +0200
committerToon Claes <toon@gitlab.com>2017-06-09 10:35:42 +0200
commit7188b4d83989dcfcc672f88e19d1ddb550b4917a (patch)
tree2a98da2b57e9d167c1aa137070b7856924f67f8a /app
parent4a22895492fd7e9111f11b6659c31b509995721c (diff)
downloadgitlab-ce-7188b4d83989dcfcc672f88e19d1ddb550b4917a.tar.gz
Make the revision on the `/help` page clickabletc-link-to-commit-on-help-page
For quicker access, add hyperlink to the gitlab.com commits page for the current REVISION of GitLab.
Diffstat (limited to 'app')
-rw-r--r--app/views/help/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index b20e3a22133..31d0e589c26 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -4,7 +4,7 @@
Community Edition
- if user_signed_in?
%span= Gitlab::VERSION
- %small= Gitlab::REVISION
+ %small= link_to Gitlab::REVISION, Gitlab::COM_URL + namespace_project_commits_path('gitlab-org', 'gitlab-ce', Gitlab::REVISION)
= version_status_badge
%p.slead
GitLab is open source software to collaborate on code.