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

%p #{@service.description} template.

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

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