2018-12-05 19:51:30 -05:00
Your CSV import for project <%= @project.full_name %> (<%= project_url(@project) %>) has been completed.
2018-12-31 03:39:43 -05:00
<%= pluralize(@results[:success], 'issue') %> imported.
2018-12-05 19:51:30 -05:00
2018-12-31 03:39:43 -05:00
<% if @results[:error_lines].present? %>
Errors found on line <%= 'number'.pluralize(@results[:error_lines].size) %>: <%= @results[:error_lines].join(', ') %>. Please check if these lines have an issue title.
2018-12-05 19:51:30 -05:00
<% end %>
2018-12-31 03:39:43 -05:00
<% if @results[:parse_error] %>
Error parsing CSV file. Please make sure it has the correct format: a delimited text file that uses a comma to separate values.
2018-12-05 19:51:30 -05:00
<% end %>