Explorar el Código

Entries added to census list
Closes #30

Andrew Grant hace 7 meses
padre
commit
9b563f255f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/main/resources/templates/census/list.html

+ 3 - 0
src/main/resources/templates/census/list.html

@@ -41,6 +41,9 @@
                     <a th:action="edit" class="btn btn-warning btn-sm"
                        th:href="'census/' + ${census.id} + '/edit'"
                        th:text="Edit"></a>
+                     <a th:action="entries" class="btn btn-info btn-sm"
+                        th:href="'census/' + ${census.id} + '/entries'"
+                        th:text="Entries"></a>
                     </span></td>
             </tr>
             <tfoot>