Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project_was_not_exported_email.text.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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}