diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2015-11-12 09:41:54 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2015-11-12 09:41:54 +0000 |
commit | 7ec7970b14985603a2a6301707566b17f0c88773 (patch) | |
tree | a206ebe075a5ef0265eed517b36e52226d0e2853 | |
parent | 9573cf6cc708b914204a4c2ec59dc599d291cf02 (diff) | |
parent | 73f8763e6a249c4c4be731673556e7e2d625ee42 (diff) | |
download | gitlab-ce-7ec7970b14985603a2a6301707566b17f0c88773.tar.gz |
Merge branch 'fix_project_build_links' into 'master'
Fix "Other Builds" links in Projects Build page
Found a minor issue where all links in the "Other Builds" section of Project Builds was linking to the same build #. This should fix it.
See merge request !1785
-rw-r--r-- | app/views/projects/builds/show.html.haml | 2 |
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 7661452e6ec..907e1ce10bd 100644 --- a/app/views/projects/builds/show.html.haml +++ b/app/views/projects/builds/show.html.haml @@ -171,7 +171,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 |