summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_not_exported_email.text.haml
blob: 27785165c2ddd17ccf8d7cd93937ec3b14807554 (plain)
1
2
3
4
5
6
= "Project #{@project.name} couldn't be exported."

= "The errors we encountered were:"

- @errors.each do |error|
  #{error}