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

15 lines
236 B
Plaintext
Raw Normal View History

2015-10-13 14:25:50 +03:00
<table>
<thead>
<tr>
<th>ID</th>
<th>Type</th>
<th>Title</th>
<th>Subtitle</th>
<th>Votes</th>
</tr>
</thead>
<tbody>
<%= render partial: 'talk', collection: @talks %>
</tbody>
</table>