1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00

HTML markup discrepancy ol and ul at app/views/imports/show.html.erb (#22134).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@15292 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-04-03 11:56:26 +00:00
parent 4d2c64067d
commit 382b6911fd

View File

@ -3,7 +3,7 @@
<% if @import.unsaved_items.count == 0 %>
<p><%= l(:notice_import_finished, :count => @import.saved_items.count) %></p>
<ol>
<ul>
<% @import.saved_objects.each do |issue| %>
<li><%= link_to_issue issue %></li>
<% end %>