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

group_was_not_exported_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92bd79b7b85a4ab2fedff57baeaeed95fa14d465 (plain)
1
2
3
4
5
6
7
<%= _("Group %{group_name} couldn't be exported.") % { group_name: @group.name } %>

<%= _('The errors we encountered were:') %>

<% @errors.each do |error| -%>
  - <%= error %>
<% end -%>