summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-04-09 05:54:45 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-04-09 05:54:45 +0000
commit6bf9dcaed17ee92d720db970443fbdeb158320f2 (patch)
treefe775d213a2a2a697120ca8ca5701596d2f9060a /app
parentc03f54af45764f62385fa07d1aab2f4831f525fa (diff)
downloadredmine-6bf9dcaed17ee92d720db970443fbdeb158320f2.tar.gz
redmine-6bf9dcaed17ee92d720db970443fbdeb158320f2.zip
Merged r15292 (#22134).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15309 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/imports/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb
index ad6ae3681..d9848cdb5 100644
--- a/app/views/imports/show.html.erb
+++ b/app/views/imports/show.html.erb
@@ -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 %>