link to a build list
This commit is contained in:
parent
82869f57a7
commit
4c5ef7e8f3
|
@ -10,7 +10,7 @@
|
|||
|
||||
- build_lists.each do |build_list|
|
||||
%tr{:class => cycle("odd", "even")}
|
||||
%td= build_list.bs_id
|
||||
%td= link_to build_list.bs_id, platform_repository_project_build_list_path(@platform, @repository, @project, build_list)
|
||||
%td= build_list.human_status
|
||||
%td= link_to build_list.branch_name, "#"
|
||||
%td= link_to build_list.project.name, platform_repository_project_path(@platform, @repository, @project)
|
||||
|
|
Loading…
Reference in New Issue