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

_form.html.haml « integrations « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35f302a28a6f248e8ba5518969ee48095adb6ffb (plain)
1
2
3
4
- integration = local_assigns.fetch(:integration)

= form_for integration, as: :service, url: scoped_integration_path(integration), method: :put, html: { class: 'gl-show-field-errors integration-settings-form js-integration-settings-form', data: { 'test-url' => scoped_test_integration_path(integration) } } do |form|
  = render 'shared/service_settings', form: form, integration: integration