Commit 324772b5 by luiz.nunes

Update home.html

parent 592105ba
......@@ -54,12 +54,12 @@
</tr>
</thead>
<tbody>
<tr>
<th th:text="${ambiente}">Some text</th>
</tr>
<tr th:each="record : ${records}">
<td th:text="${record.data}">Some text</td>
</tr>
<tr>
<td th:text="${ambiente}">Some text</td>
</tr>
</tbody>
</table>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment