Added a controller, that lists the pages, the user is an adminitrator of
[examples/facebook-app] / src / main / webapp / thymeleaf / home.html
index b4d0074..891da6c 100644 (file)
@@ -8,6 +8,9 @@
     <ul>
       <li><a href="connect/facebookConnected.html" th:href="@{/connect/facebook.html}">Show connection-status</a></li>
       <li><a href="profile.html" th:href="@{/profile.html}">Show public profile-data</a></li>
+      <li><a href="#" th:href="@{/h2-console}">Connect to the H2-console</a></li>
+      <li><a href="permissions.html" th:href="@{/permissions.html}">Manage permissions</a></li>
+      <li><a href="pages.html" th:href="@{/pages.html}">Show pages, that you are an administrator of</a></li>
     </ul>
   </body>
 </html>