[close #29] Project name in BuildList#show is now link to project.

This commit is contained in:
George Vinogradov 2011-12-12 19:33:08 +04:00
parent a7a1639df7
commit 4f4f421933
1 changed files with 2 additions and 2 deletions

View File

@ -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")