Merged r18243 to 4.0-stable (#31330).

git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18244 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2019-06-10 11:34:09 +00:00
parent 3f101f8b07
commit 33d685ef11

View File

@@ -8,10 +8,10 @@
</div>
</fieldset>
<div class="autoscroll">
<fieldset class="box">
<legend><%= l(:label_file_content_preview) %></legend>
<div class="autoscroll">
<table class="sample-data">
<% @import.first_rows.each do |row| %>
<tr>
@@ -19,8 +19,8 @@
</tr>
<% end %>
</table>
</div>
</fieldset>
</div>
<p>
<%= button_tag("\xc2\xab " + l(:label_previous), :name => 'previous') %>