From 4f4f421933f02bd8304c216fff500b0045a58420 Mon Sep 17 00:00:00 2001 From: George Vinogradov Date: Mon, 12 Dec 2011 19:33:08 +0400 Subject: [PATCH] [close #29] Project name in BuildList#show is now link to project. --- app/views/build_lists/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/build_lists/show.html.haml b/app/views/build_lists/show.html.haml index a62d6e57f..6d53030e6 100644 --- a/app/views/build_lists/show.html.haml +++ b/app/views/build_lists/show.html.haml @@ -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') \ No newline at end of file +- content_for :sidebar, render(:partial => 'sidebar')