summaryrefslogtreecommitdiff
path: root/app/views/admin/services/_form.html.haml
blob: c6358824abb5ce52d16c94be11d6e07e0717e1f4 (plain)
1
2
3
4
5
6
7
8
9
10
%h3.page-title
  = @service.title

%p= _('%{service_description} template') % { service_description: @service.description }

= form_for :service, url: admin_application_settings_service_path, method: :put, html: { class: 'fieldset-form' } do |form|
  = render 'shared/service_settings', form: form, subject: @service

  .footer-block.row-content-block
    = form.submit _('Save'), class: 'btn btn-success'