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

9 lines
254 B
Plaintext
Raw Normal View History

2015-10-13 14:25:50 +03:00
<tr>
<td><%= talk.id %></td>
<td><%= talk.event_type.name %></td>
<td><%= talk.title %></td>
<td><%= talk.subtitle %></td>
<td><%= @ratings[talk.id] %></td>
2015-10-15 21:38:46 +03:00
<td><%= "%.2f%" % Rational(100 * @ratings[talk.id], @votes_count).to_f %></td>
2015-10-13 14:25:50 +03:00
</tr>