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