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