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

project_was_not_exported_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c888da29c17de6b77745d2587e3b9bf98af446d8 (plain)
1
2
3
4
5
6
7
8
9
%p
  Project #{@project.name} couldn't be exported.
%p
  The errors we encountered were:

  %ul
  - @errors.each do |error|
    %li
      #{error}