9 lines
143 B
Text
9 lines
143 B
Text
= form_for @request do |f|
|
|
= f.error_messages
|
|
|
|
%p
|
|
= f.label :destination_url
|
|
= f.text_field :destination_url
|
|
|
|
%p
|
|
= f.submit
|