Skip to content
代码片段 群组 项目
提交 7a40563f 编辑于 作者: Marvin Karegyeya's avatar Marvin Karegyeya 提交者: David O'Regan
浏览文件

Update markup in diffs/_warning.html.haml

上级 363fad24
No related branches found
No related tags found
无相关合并请求
.gl-alert.gl-alert-warning.gl-mb-5 = render 'shared/global_alert',
%button.js-close.gl-alert-dismiss{ type: 'button', 'aria-label' => _('Dismiss') } title: _('Too many changes to show.'),
= sprite_icon('close', size: 16, css_class: 'gl-icon') variant: :warning,
= sprite_icon('warning', size: 16, css_class: 'gl-icon gl-alert-icon') is_contained: true,
%h4.gl-alert-title alert_class: 'gl-mb-5' do
= _("Too many changes to show.")
.gl-alert-body .gl-alert-body
= html_escape(_("To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed.")) % { display_size: diff_files.size, real_size: diff_files.real_size, strong_open: '<strong>'.html_safe, strong_close: '</strong>'.html_safe } = html_escape(_("To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed.")) % { display_size: diff_files.size, real_size: diff_files.real_size, strong_open: '<strong>'.html_safe, strong_close: '</strong>'.html_safe }
.gl-alert-actions .gl-alert-actions
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册