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.
2017-08-22 09:33:57 -07:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('doorkeeper.applications.new.title')
|
2017-08-22 15:59:35 -07:00
|
|
|
|
|
|
|
= simple_form_for @application, url: settings_applications_path do |f|
|
|
|
|
= render 'fields', f: f
|
2017-11-16 17:52:30 -08:00
|
|
|
|
2017-08-22 15:59:35 -07:00
|
|
|
.actions
|
|
|
|
= f.button :button, t('doorkeeper.applications.buttons.submit'), type: :submit
|