1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/views/settings/applications/new.html.haml

9 lines
265 B
Text
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-16 17:52:30 -08:00
.actions
= f.button :button, t('doorkeeper.applications.buttons.submit'), type: :submit