summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Brandt <andyb@unipointsoftware.com>2015-11-10 15:42:17 -0600
committerAndy Brandt <andyb@unipointsoftware.com>2015-11-10 15:42:17 -0600
commit73f8763e6a249c4c4be731673556e7e2d625ee42 (patch)
treeae140e73d1c1967cb3574b482f76d3c73d48b788
parent83ec84946ca8b0b71ae201de65991635c50dd518 (diff)
downloadgitlab-ce-73f8763e6a249c4c4be731673556e7e2d625ee42.tar.gz
fix build link
-rw-r--r--app/views/projects/builds/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/show.html.haml b/app/views/projects/builds/show.html.haml
index 3374d5432a5..37f33edd478 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -168,7 +168,7 @@
%td
= ci_icon_for_status(build.status)
%td
- = link_to namespace_project_build_path(@project.namespace, @project, @build) do
+ = link_to namespace_project_build_path(@project.namespace, @project, build) do
- if build.name
= build.name
- else