7 lines
140 B
Text
7 lines
140 B
Text
|
= simple_form_for @super_attack do |f|
|
||
|
.form-inputs
|
||
|
= f.input :name
|
||
|
= f.input :description
|
||
|
.form-actions
|
||
|
= f.button :button
|