debian-mirror-gitlab/app/views/notify/group_was_not_exported_email.text.erb

8 lines
189 B
Text
Raw Normal View History

2020-05-24 23:13:21 +05:30
<%= _("Group %{group_name} couldn't be exported.") % { group_name: @group.name } %>
<%= _('The errors we encountered were:') %>
<% @errors.each do |error| -%>
- <%= error %>
<% end -%>