summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-04-22 18:07:47 +0300
committerValery Sizov <vsv2711@gmail.com>2015-04-22 18:07:47 +0300
commitfb36950a43a5ad2c3ebbcdc6c12336a852a0a023 (patch)
treeaa12ad44ca354d732975f3977c292aa80e05df31
parentec2cb2fd11b794830d1ba65e6e6e299b87604074 (diff)
downloadgitlab-ci-fb36950a43a5ad2c3ebbcdc6c12336a852a0a023.tar.gz
clickable project name on build page
-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)