Commit 592105ba by luiz.nunes

Update home.html

parent 5232cbf8
...@@ -57,6 +57,9 @@ ...@@ -57,6 +57,9 @@
<tr th:each="record : ${records}"> <tr th:each="record : ${records}">
<td th:text="${record.data}">Some text</td> <td th:text="${record.data}">Some text</td>
</tr> </tr>
<tr>
<td th:text="${ambiente}">Some text</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </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