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')