提交 7ec7970b 编写于 作者: K 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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册