##// END OF EJS Templates
HTML markup discrepancy ol and ul at app/views/imports/show.html.erb (#22134)....
Jean-Philippe Lang -
r14910:382b6911fdd9
parent child
Show More
@@ -3,7 +3,7
3 3 <% if @import.unsaved_items.count == 0 %>
4 4 <p><%= l(:notice_import_finished, :count => @import.saved_items.count) %></p>
5 5
6 <ol>
6 <ul>
7 7 <% @import.saved_objects.each do |issue| %>
8 8 <li><%= link_to_issue issue %></li>
9 9 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now