mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 11:08:07 +01:00
8 lines
261 B
Text
8 lines
261 B
Text
- content_for :page_title do
|
|
= t('doorkeeper.applications.new.title')
|
|
|
|
= simple_form_for @application, url: settings_applications_path do |form|
|
|
= render form
|
|
|
|
.actions
|
|
= form.button :button, t('doorkeeper.applications.buttons.submit'), type: :submit
|