15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
|
<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>
|