This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-08-22 18:33:57 +02:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('doorkeeper.applications.new.title')
|
2017-08-23 00:59:35 +02:00
|
|
|
|
|
|
|
= simple_form_for @application, url: settings_applications_path do |f|
|
|
|
|
= render 'fields', f: f
|
2017-11-17 02:52:30 +01:00
|
|
|
|
2017-08-23 00:59:35 +02:00
|
|
|
.actions
|
|
|
|
= f.button :button, t('doorkeeper.applications.buttons.submit'), type: :submit
|