scinote-web/app/views/result_tables/_download.erb

4 lines
64 B
Plaintext
Raw Normal View History

2016-02-12 23:52:43 +08:00
<% @table_data.each do |row| %>
<%= row.join("\t") %>
<% end %>