debian-mirror-gitlab/app/views/notify/project_was_not_exported_email.text.haml

6 lines
125 B
Text
Raw Normal View History

2016-08-24 12:49:21 +05:30
= "Project #{@project.name} couldn't be exported."
= "The errors we encountered were:"
- @errors.each do |error|
#{error}