summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_not_exported_email.html.haml
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}