Commit 7ec7970b authored by Kamil Trzciński's avatar Kamil Trzciński

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
parents 9573cf6c 73f8763e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment