Files
lutim/themes/default/templates/raw.html.ep.template
2017-05-04 12:48:01 +02:00

15 lines
306 B
Plaintext

<table id="raw-stats" class="table table-striped">
<thead>
<tr>
<th><%= $raw[0] %></th>
<th><%= $raw[1] %></th>
<th><%= $raw[2] %></th>
<th><%= $raw[3] %></th>
</tr>
</thead>
<tbody>
</tbody>
<tfoot>
</tfoot>
</table>