gauge/app/views/home/_talk.csv.erb

2 lines
179 B
Plaintext
Raw Normal View History

2015-10-15 21:41:19 +03:00
<%= CSV.generate_line([talk.id, talk.event_type.name, talk.title, talk.subtitle, @ratings[talk.id], "%.2f%" % Rational(100 * @ratings[talk.id], @votes_count).to_f]).html_safe -%>