debian-mirror-gitlab/app/views/notify/project_was_not_exported_email.text.haml
2016-08-24 12:49:21 +05:30

6 lines
125 B
Text

= "Project #{@project.name} couldn't be exported."
= "The errors we encountered were:"
- @errors.each do |error|
#{error}