6 lines
120 B
Text
6 lines
120 B
Text
|
= simple_form_for @leader_skill do |f|
|
||
|
.form-inputs
|
||
|
= f.input :description
|
||
|
.form-actions
|
||
|
= f.button :button
|