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
path: root/app/views
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-06-09 19:52:49 +0300
committerRobert Speicher <robert@gitlab.com>2017-06-09 19:52:49 +0300
commit3d963515bebb301eea516a5f1f807160000259f8 (patch)
treeec4340e6761a8d42bd6c4807e1d93bda6b426a76 /app/views
parent07fdabbc3ae5dca9780870f7f069569d94cb85bf (diff)
parent7188b4d83989dcfcc672f88e19d1ddb550b4917a (diff)
Merge branch 'tc-link-to-commit-on-help-page' into 'master'
Make the revision on the `/help` page clickable See merge request !12016
Diffstat (limited to 'app/views')
-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.