10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
= simple_form_for(@social_link) do |f|
|
|
= f.error_notification
|
|
|
|
.form-inputs
|
|
= f.hidden_field :profile_id
|
|
= f.input :url
|
|
|
|
.form-actions
|
|
= f.button :submit
|