Added a controller, to manage permissions
[examples/facebook-app] / src / main / webapp / thymeleaf / home.html
index f7649e5..b9d94f9 100644 (file)
@@ -9,6 +9,7 @@
       <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>
     </ul>
   </body>
 </html>