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

11 lines
355 B
Text
Raw Normal View History

2015-04-26 12:48:37 +05:30
%h3.page-title
= @service.title
2019-09-30 21:07:59 +05:30
%p #{@service.description} template.
2015-04-26 12:48:37 +05:30
2018-11-08 19:23:39 +05:30
= form_for :service, url: admin_application_settings_service_path, method: :put, html: { class: 'fieldset-form' } do |form|
2020-07-28 23:09:34 +05:30
= render 'shared/service_settings', form: form, integration: @service
2015-04-26 12:48:37 +05:30
2019-10-12 21:52:04 +05:30
.footer-block.row-content-block
= form.submit 'Save', class: 'btn btn-success'