Skip to content
代码片段 群组 项目
提交 4bd05cb4 编辑于 作者: Olena Horal-Koretska's avatar Olena Horal-Koretska
浏览文件

Merge branch 'Update-markup-in-form/_branch_chooser-haml-file' into 'master'

Update-markup-in-form/_branch_chooser-haml-file

See merge request gitlab-org/gitlab!63250
No related branches found
No related tags found
无相关合并请求
...@@ -37,10 +37,12 @@ ...@@ -37,10 +37,12 @@
data: { placeholder: _('Select branch'), endpoint: refs_project_path(@project, sort: 'updated_desc', find: 'branches') }}) data: { placeholder: _('Select branch'), endpoint: refs_project_path(@project, sort: 'updated_desc', find: 'branches') }})
- if source_level < target_level - if source_level < target_level
.gl-alert.gl-alert-warning.gl-mt-4 .gl-alert.gl-alert-warning.gl-alert-not-dismissible.gl-max-content.gl-mt-4
= sprite_icon('warning', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title') .gl-alert-container
.gl-alert-body .gl-alert-content{ role: 'alert' }
= visibilityMismatchString = sprite_icon('warning', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
%br .gl-alert-body
= _('Review the target project before submitting to avoid exposing %{source} changes.') % { source: source_visibility } = visibilityMismatchString
%br
= _('Review the target project before submitting to avoid exposing %{source} changes.') % { source: source_visibility }
%hr %hr
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册