.container .page-header = link_to master_sections_path, :class => 'btn btn-default' do | Back = link_to edit_master_section_path(@master_section), :class => 'btn btn-warning' do | Edit h1 | master_section table.table.table-striped thead tr th | Name th | Project tbody tr td = @master_section.name td = @master_section.project_id