--- a/server/src/main/webapp/WEB-INF/templates/admin/adminIndex.html Fri Apr 26 19:45:37 2013 +0200
+++ b/server/src/main/webapp/WEB-INF/templates/admin/adminIndex.html Tue May 14 12:48:33 2013 +0200
@@ -32,11 +32,14 @@
<tr>
<td colspan="2"><a href="spacesList.html" th:href="@{/admin/spaces}" th:text="#{renkanAdmin.space_objects_name}">Spaces</a></td>
</tr>
+ <tr>
+ <td colspan="2"><a href="usersList.html" th:href="@{/admin/users}" th:text="#{renkanAdmin.user_objects_name}">Users</a></td>
+ </tr>
</tbody>
</table>
</div>
<footer id="footer" th:substituteby="fragment/pageFragment::footerFragment">
- <div id="version">© <span class="version-date">2013</span> <a href="http://www.iri.centrepompidou.fr" target="_blanck">IRI</a> - Version <span class="version-version">0.0</span></div>
+ <div id="version">© <span class="version-date">2013</span> <a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a> - Version <span class="version-version">0.0</span></div>
</footer>
</div>
</body>