Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_form.html.haml « services « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 495ee6a04ea20bfcfce344af98354088454ee954 (plain)
1
2
3
4
5
6
7
8
9
10
%h3.page-title
  = @service.title

%p #{@service.description} template.

= form_for :service, url: admin_application_settings_service_path, method: :put, html: { class: 'fieldset-form' } do |form|
  = render 'shared/service_settings', form: form, subject: @service

  .footer-block.row-content-block
    = form.submit 'Save', class: 'btn btn-success'