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

import_issues_csv_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54a1762c4ec7044ce11c3485e062cee92719bb68 (plain)
1
2
3
4
5
6
7
8
9
10
11
Your CSV import for project <%= @project.full_name %> (<%= project_url(@project) %>) has been completed.

<%= pluralize(@results[:success], 'issue') %> imported successfully.

<% if @results[:errors].present? %>
Errors found on line <%= 'number'.pluralize(@results[:errors].size) %>: <%= @results[:errors].join(', ') %>.
<% end %>

<% unless @results[:valid_file] %>
Error parsing CSV file.
<% end %>