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

11 lines
326 B
Plaintext
Raw Normal View History

2015-02-12 01:34:41 +00:00
%h3.page-title
= @service.title
%p #{@service.description} template
= form_for :service, url: admin_application_settings_service_path, method: :put, html: { class: 'form-horizontal fieldset-form' } do |form|
= render 'shared/service_settings', form: form
2015-02-12 01:34:41 +00:00
.form-actions
= form.submit 'Save', class: 'btn btn-save'