7 lines
133 B
Text
7 lines
133 B
Text
|
= simple_form_for @link do |f|
|
||
|
.row
|
||
|
.col.s12
|
||
|
= f.input :name
|
||
|
= f.input :description
|
||
|
= f.button :button
|