Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_was_not_exported_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58fc34d41a3bee9dbb8c405d605bdde6fb4f1413 (plain)
1
2
3
4
5
6
7
8
9
10
%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}