(2) A successful import redirects to the import summary page and not directly back to the list, (3) Shorten button labelspull/7498/head
parent
a7bf4b1244
commit
0663aa19d5
@ -1,13 +1,21 @@ |
||||
<%= stylesheet_link_tag 'bcf/bcf.css' %> |
||||
<link rel="stylesheet" href="/highlighting/styles.css" /> |
||||
|
||||
<h3>Failed imports of BCF topics</h3> |
||||
<%= render partial: 'render_issues', locals: { issues: @issues[:failed] } %> |
||||
<p></p> |
||||
<h3>Successfully imported BCF topics</h3> |
||||
<%= render partial: 'render_issues', locals: { issues: @issues[:successful] } %> |
||||
<p></p> |
||||
<hr class="form--separator" /> |
||||
<%= toolbar title: l(:label_summary) %> |
||||
|
||||
<%= link_to t('bcf.bcf_xml.import.button_back_to_list'), |
||||
project_work_packages_bcf_issues_path(@project), |
||||
class: 'button -highlight' %> |
||||
|
||||
<fieldset class="form--fieldset"> |
||||
<legend class="form--fieldset-legend"><%= I18n.t('bcf.label_imported_successfully') %></legend> |
||||
|
||||
<%= render partial: 'render_issues', locals: { issues: @issues[:successful] } %> |
||||
</fieldset> |
||||
|
||||
|
||||
<fieldset class="form--fieldset"> |
||||
<legend class="form--fieldset-legend"><%= I18n.t('bcf.label_imported_failed') %></legend> |
||||
<%= render partial: 'render_issues', locals: { issues: @issues[:failed] } %> |
||||
</fieldset> |
||||
|
||||
|
Loading…
Reference in new issue