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

project_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: dcd212099b5992724125d3f58d12d68796d8daf5 (plain)
1
2
3
4
5
6
7
8
9
%p
  = s_("Notify|Project %{project_name} couldn't be exported.") % {project_name: @project.name}
%p
  = s_('Notify|The errors we encountered were:')

  %ul
  - @errors.each do |error|
    %li
      #{error}