mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 20:24:03 +00:00
16 lines
396 B
Text
16 lines
396 B
Text
.row
|
|
.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
|
|
.row
|
|
.col-md-8
|
|
.tab-content
|
|
.tab-pane.active#show
|
|
= render partial: 'show'
|
|
.tab-pane#edit
|
|
= render partial: 'form'
|