blob: 61406a31f58b3d8050296d5fa5d8f6f9463dc95f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
- content_for :page_title do
= t('doorkeeper.applications.new.title')
.form-container
= simple_form_for @application, url: settings_applications_path do |f|
= render 'fields', f:f
.actions
= f.button :button, t('.create'), type: :submit
|