You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
339 B
10 lines
339 B
9 years ago
|
= simple_form_for application, url: doorkeeper_submit_path(application) do |f|
|
||
|
= f.error_notification
|
||
|
|
||
|
.form-inputs
|
||
|
= f.input :name
|
||
|
= f.input :redirect_uri, hint: t('doorkeeper.applications.help.redirect_uri')
|
||
|
= f.input :scopes, hint: t('doorkeeper.applications.help.scopes')
|
||
|
.form-actions
|
||
|
= f.button :submit, 'Save'
|