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