gitlab-org--gitlab-foss/app/views/notify/group_was_not_exported_emai...

11 lines
187 B
Plaintext

%p
= _("Group %{group_name} couldn't be exported.") % { group_name: @group.name }
%p
= _('The errors we encountered were:')
%ul
- @errors.each do |error|
%li
#{error}