2012-09-16 18:29:45 +01:00
|
|
|
%p
|
2012-09-18 13:03:10 +01:00
|
|
|
Build project
|
2012-09-16 18:29:45 +01:00
|
|
|
- if @build_list.project
|
2012-09-18 16:34:39 +01:00
|
|
|
= link_to @build_list.project.name_with_owner, project_url(@build_list.project)
|
2012-09-16 18:29:45 +01:00
|
|
|
- else
|
2012-09-16 19:02:28 +01:00
|
|
|
= t("layout.projects.unexisted_project")
|
2012-09-18 13:03:10 +01:00
|
|
|
completed with status
|
|
|
|
= @build_list.human_status
|
|
|
|
for arch
|
|
|
|
= "#{@build_list.arch.name}."
|
2012-09-16 18:29:45 +01:00
|
|
|
%p
|
2012-09-16 19:02:28 +01:00
|
|
|
More detailed information you can get by link:
|
2012-09-18 16:34:39 +01:00
|
|
|
= link_to "task [№ #{@build_list.bs_id ? @build_list.bs_id : t("layout.build_lists.bs_id_not_set")}]", build_list_url(@build_list)
|
2012-09-16 18:29:45 +01:00
|
|
|
|
2012-10-01 14:08:02 +01:00
|
|
|
= render 'footer'
|