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
This commit is contained in:
commit
7ec7970b14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue