6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
<%= CSV.generate_line [I18n.t('reports.conversation_traffic_csv.timezone'), @timezone] %>
|
|
|
|
<% @report_data.each do |row| %>
|
|
<%= CSVSafe.generate_line row -%>
|
|
<% end %>
|