6 lines
110 B
Text
6 lines
110 B
Text
|
= simple_form_for @character do |f|
|
||
|
.form-inputs
|
||
|
= f.input :name
|
||
|
.form-actions
|
||
|
= f.button :button
|