summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_not_exported_email.html.haml
blob: c888da29c17de6b77745d2587e3b9bf98af446d8 (plain)
1
2
3
4
5
6
7
8
9
%p
  Project #{@project.name} couldn't be exported.
%p
  The errors we encountered were:

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