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

11 lines
350 B
Text
Raw Normal View History

2015-04-26 12:48:37 +05:30
%h3.page-title
= @service.title
%p #{@service.description} template
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|
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
2018-12-05 23:21:45 +05:30
= form.submit 'Save', class: 'btn btn-success'