This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
|
- content_for :page_title do
|
|
= t('doorkeeper.applications.new.title')
|
|
|
|
= simple_form_for @application, url: settings_applications_path do |f|
|
|
= render 'fields', f: f
|
|
|
|
.actions
|
|
= f.button :button, t('doorkeeper.applications.buttons.submit'), type: :submit
|