[close #29] Project name in BuildList#show is now link to project.
This commit is contained in:
parent
a7a1639df7
commit
4f4f421933
|
@ -58,7 +58,7 @@
|
|||
%b
|
||||
= t("activerecord.attributes.build_list.project")
|
||||
\:
|
||||
= @build_list.project.name
|
||||
= link_to @build_list.project.name, project_path(@build_list.project)
|
||||
%p
|
||||
%b
|
||||
= t("activerecord.attributes.build_list.arch")
|
||||
|
|
Loading…
Reference in New Issue