Commit 9e638c03 authored by Rajat Jain's avatar Rajat Jain

Fix help url in requirements import email

parent b7f4e25e
...@@ -16,6 +16,5 @@ ...@@ -16,6 +16,5 @@
- if @results[:parse_error] - if @results[:parse_error]
%p{ style: text_style } %p{ style: text_style }
= _('Error parsing CSV file. Please make sure it has') = _('Error parsing CSV file. Please make sure it has')
%a{ href: help_page_url('user/project/issues/csv_import', anchor: 'csv-file-format') } %a{ href: help_page_url('user/project/requirements/index.md', anchor: 'csv-file-format') }
= _('the correct format.') = _('the correct format.')
...@@ -7,5 +7,5 @@ Errors found on line <%= 'number'.pluralize(@results[:error_lines].size) %>: <%= ...@@ -7,5 +7,5 @@ Errors found on line <%= 'number'.pluralize(@results[:error_lines].size) %>: <%=
<% end %> <% end %>
<% if @results[:parse_error] %> <% if @results[:parse_error] %>
Error parsing CSV file. Please make sure it has the correct format (<%= help_page_url('user/project/issues/csv_import', anchor: 'csv-file-format') %>). Error parsing CSV file. Please make sure it has the correct format (<%= help_page_url('user/project/requirements/index.html', anchor: 'csv-file-format') %>).
<% end %> <% end %>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment