rosa-build/app/views/build_lists/index.html.haml

16 lines
560 B
Plaintext
Raw Normal View History

2011-04-07 14:20:21 +01:00
.block
- if controller.action_name != 'all'
.secondary-navigation
%ul.wat-cf
%li.first= link_to t("layout.build_lists.current"), project_path(@project) + "#build_lists"
%li.active= link_to t("layout.build_lists.all"), project_build_lists_path(@project)
2011-04-07 14:20:21 +01:00
.content
.inner
= render :partial => "build_lists/filter", :action_url => @action_url
2011-04-07 14:20:21 +01:00
.inner
= render :partial => "build_lists/build_lists", :object => @build_lists
- content_for :sidebar, render(:partial => 'sidebar') if controller.action_name != 'all'