Commit cacf9078 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch...

Merge branch '354582-migrate-to-shared-alert-haml-partial-in-app-views-groups-_import_group_from_file_panel-html' into 'master'

Migrate alert to shared partial in groups/_import_group_from_file_panel.html.haml

See merge request gitlab-org/gitlab!83399
parents 1c9a4035 2139a762
......@@ -6,8 +6,9 @@
.gl-border-l-solid.gl-border-r-solid.gl-border-gray-100.gl-border-1.gl-p-5
%h4
= _('Import group from file')
.gl-alert.gl-alert-warning{ role: 'alert' }
= sprite_icon('warning', css_class: 'gl-icon s16 gl-alert-icon gl-alert-icon-no-title')
= render 'shared/global_alert',
variant: :warning,
dismissible: false do
.gl-alert-body
- docs_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: help_page_path('user/group/import/index.md') }
- link_end = '</a>'.html_safe
......
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