mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 07:21: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:
parent
4d2c64067d
commit
382b6911fd
@ -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 %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user