Added a controller, that lists the pages, the user is an adminitrator of
[examples/facebook-app] / src / main / webapp / thymeleaf / home.html
index b9d94f9..891da6c 100644 (file)
@@ -10,6 +10,7 @@
       <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>