--- a/server/src/main/webapp/WEB-INF/templates/admin/adminIndex.html Mon Dec 09 10:23:30 2013 +0100
+++ b/server/src/main/webapp/WEB-INF/templates/admin/adminIndex.html Wed Dec 11 10:23:05 2013 +0100
@@ -35,6 +35,9 @@
<tr>
<td colspan="2"><a href="usersList.html" th:href="@{/admin/users}" th:text="#{renkanAdmin.user_objects_name}">Users</a></td>
</tr>
+ <tr>
+ <td colspan="2"><a href="groupsList.html" th:href="@{/admin/groups}" th:text="#{renkanAdmin.group_objects_name}">Groups</a></td>
+ </tr>
</tbody>
</table>
</div>