2017-08-22 12:33:57 -04:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('doorkeeper.applications.new.title')
|
2017-08-23 00:59:35 +02:00
|
|
|
|
2024-09-23 09:37:32 -04:00
|
|
|
= simple_form_for @application, url: settings_applications_path do |form|
|
|
|
|
= render form
|
2017-11-17 10:52:30 +09:00
|
|
|
|
2017-08-23 00:59:35 +02:00
|
|
|
.actions
|
2024-09-23 09:37:32 -04:00
|
|
|
= form.button :button, t('doorkeeper.applications.buttons.submit'), type: :submit
|