debian-mirror-gitlab/app/views/admin/services/_form.html.haml

12 lines
383 B
Text
Raw Normal View History

2015-04-26 12:48:37 +05:30
%h3.page-title
= @service.title
%p #{@service.description} template
2015-09-11 14:41:01 +05:30
= form_for :service, url: admin_application_settings_service_path, method: :put, html: { class: 'form-horizontal fieldset-form' } do |form|
2017-08-17 22:00:37 +05:30
= render 'shared/service_settings', form: form, subject: @service
2015-04-26 12:48:37 +05:30
2017-08-17 22:00:37 +05:30
.footer-block.row-content-block
.form-actions
= form.submit 'Save', class: 'btn btn-save'