gitlab-org--gitlab-foss/app/views/admin/services/_form.html.haml

11 lines
351 B
Plaintext
Raw Normal View History

2015-02-12 01:34:41 +00:00
%h3.page-title
= @service.title
2019-07-01 14:57:38 +00:00
%p #{@service.description} template.
2015-02-12 01:34:41 +00:00
= form_for :service, url: admin_application_settings_service_path, method: :put, html: { class: 'fieldset-form' } do |form|
2016-11-19 20:56:25 +00:00
= render 'shared/service_settings', form: form, subject: @service
2015-02-12 01:34:41 +00:00
.footer-block.row-content-block
= form.submit 'Save', class: 'btn btn-success'