1
0
Fork 0
mirror of https://github.com/kikobar/mastodon.git synced 2025-01-14 13:57:04 +00:00
mastodon/app/views/settings/applications/new.html.haml

9 lines
265 B
Plaintext
Raw Normal View History

- content_for :page_title do
= t('doorkeeper.applications.new.title')
= simple_form_for @application, url: settings_applications_path do |f|
= render 'fields', f: f
2017-11-17 01:52:30 +00:00
.actions
= f.button :button, t('doorkeeper.applications.buttons.submit'), type: :submit