mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-03 09:44:19 +00:00
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
- 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
|