Commit 493427b6 by luiz.nunes

Update home.html

parent 324772b5
...@@ -50,13 +50,13 @@ ...@@ -50,13 +50,13 @@
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<tr> <tr>
<th th:text="${ambiente}">Some text</th>
</tr>
<tr>
<th>Records</th> <th>Records</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<th th:text="${ambiente}">Some text</th>
</tr>
<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>
......
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