Commit 9ad19c53 authored by Nick Thomas's avatar Nick Thomas

Merge branch '7867-snowplow-integration-settings-are-rendered-incorrectly' into 'master'

Resolve "Snowplow integration settings are rendered incorrectly"

Closes #7867

See merge request gitlab-org/gitlab-ee!7798
parents 8834fec1 2b8b54dd
= form_for @application_setting, url: admin_application_settings_path, html: { class: 'fieldset-form' } do |f|
%section.settings.as-snowplow.no-animate#js-snowplow-settings{ class: ('expanded' if expanded) }
.settings-header
%h4
Snowplow
%button.btn.btn-default.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p
= _('Configure the %{link} integration.').html_safe % { link: link_to('Snowplow', 'https://snowplowanalytics.com/', target: '_blank') }
.settings-content
= form_for @application_setting, url: admin_application_settings_path, html: { class: 'fieldset-form' } do |f|
= form_errors(@application_setting)
%fieldset
......
---
title: Adds expandable/collapsable section for Snowplow
merge_request: 7798
author:
type: other
......@@ -2101,6 +2101,9 @@ msgstr ""
msgid "Configure storage path and circuit breaker settings."
msgstr ""
msgid "Configure the %{link} integration."
msgstr ""
msgid "Configure the way a user creates a new account."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment