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

10 lines
147 B
Text
Raw Normal View History

2016-06-22 15:30:34 +05:30
%p
Project #{@project.name} couldn't be exported.
%p
The errors we encountered were:
%ul
- @errors.each do |error|
%li
2016-08-24 12:49:21 +05:30
#{error}