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:
commit
d66434ae43
|
@ -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")
|
||||
|
@ -101,4 +101,4 @@
|
|||
%td= item.version
|
||||
%td.last= item.human_status
|
||||
|
||||
- content_for :sidebar, render(:partial => 'sidebar')
|
||||
- content_for :sidebar, render(:partial => 'sidebar')
|
||||
|
|
Loading…
Reference in New Issue