<%= l(:label_file_content_preview) %> <% @import.first_rows.each do |row| %> <%= row.map {|c| content_tag 'td', truncate(c.to_s, :length => 50) }.join("").html_safe %> <% end %>

<%= button_tag("\xc2\xab " + l(:label_previous), :name => 'previous') %> <%= submit_tag l(:button_import) %>