mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
added thead and tbody
This commit is contained in:
@ -59,12 +59,16 @@
|
|||||||
|
|
||||||
<div id="results-container">
|
<div id="results-container">
|
||||||
<h3>Results</h3>
|
<h3>Results</h3>
|
||||||
<table>
|
<table class="sortable">
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>id</th>
|
<th>id</th>
|
||||||
<th>Proposed comment</th>
|
<th>Proposed comment</th>
|
||||||
<th>Max bleu score</th>
|
<th>Max bleu score</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user