summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-04-22 15:09:18 +0000
committerValery Sizov <valery@gitlab.com>2015-04-22 15:09:18 +0000
commit79c776836b787ac02a9b1f52cdd5cbc932348fe5 (patch)
treeaa12ad44ca354d732975f3977c292aa80e05df31
parentec2cb2fd11b794830d1ba65e6e6e299b87604074 (diff)
parentfb36950a43a5ad2c3ebbcdc6c12336a852a0a023 (diff)
downloadgitlab-ci-79c776836b787ac02a9b1f52cdd5cbc932348fe5.tar.gz
Merge branch 'build_page_link_to_project' into 'master'
Clickable project name on build page https://dev.gitlab.org/gitlab/gitlab-ci/issues/208 https://github.com/gitlabhq/gitlab-ci/issues/577 See merge request !76
-rw-r--r--app/views/builds/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/builds/show.html.haml b/app/views/builds/show.html.haml
index 17fc893..e7d73e0 100644
--- a/app/views/builds/show.html.haml
+++ b/app/views/builds/show.html.haml
@@ -1,5 +1,5 @@
%h4.page-title
- = @project.name
+ = link_to @project.name, @project
@
= @commit.short_sha
- if current_user.can_manage_project?(@project.gitlab_id)