Merge pull request #30 from warpc/build_list_project_link

[close #29] Project name in BuildList#show is now link to project.
This commit is contained in:
Vladimir Sharshov 2011-12-12 11:13:50 -08:00
commit d66434ae43
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")