osem-fcy/app/views/admin/conference/edit.html.haml

18 lines
411 B
Text
Raw Normal View History

.row
2014-08-07 21:33:08 +02:00
.col-md-12
%ul.nav.nav-tabs{'role'=>'tablist'}
%li.active
%a{'href'=> '#show', 'role'=>'tab', 'data-toggle'=>'tab'}
Show
%li
%a{'href'=> '#edit', 'role'=>'tab', 'data-toggle'=>'tab'}
Edit
%br
2014-08-07 21:33:08 +02:00
.row
.col-md-12
.tab-content
.tab-pane.active#show
= render partial: 'edit_show'
.tab-pane#edit
2014-08-07 09:21:29 +03:00
= render partial: 'edit_form'