2015-02-11 20:34:41 -05:00
|
|
|
%h3.page-title
|
|
|
|
= @service.title
|
|
|
|
|
|
|
|
%p #{@service.description} template
|
|
|
|
|
2015-04-02 04:18:42 -04:00
|
|
|
= form_for :service, url: admin_application_settings_service_path, method: :put, html: { class: 'form-horizontal fieldset-form' } do |form|
|
2015-04-29 10:52:27 -04:00
|
|
|
= render 'shared/service_settings', form: form
|
2015-02-11 20:34:41 -05:00
|
|
|
|
|
|
|
.form-actions
|
2015-04-02 04:18:42 -04:00
|
|
|
= form.submit 'Save', class: 'btn btn-save'
|