logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

new.html.haml (265B)


  1. - content_for :page_title do
  2. = t('doorkeeper.applications.new.title')
  3. = simple_form_for @application, url: settings_applications_path do |f|
  4. = render 'fields', f: f
  5. .actions
  6. = f.button :button, t('doorkeeper.applications.buttons.submit'), type: :submit