diff options
-rw-r--r-- | app/views/builds/show.html.haml | 2 |
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) |