Commit bf3513e2 by Juho Juopperi

some index links

1 parent 742305e4
Showing with 7 additions and 2 deletions
...@@ -12,8 +12,13 @@ ...@@ -12,8 +12,13 @@
<ui:define name="title">Omnia</ui:define> <ui:define name="title">Omnia</ui:define>
<ui:define name="header">Header</ui:define> <ui:define name="header">Header</ui:define>
<ui:define name="content"> <ui:define name="content">
Plop <h:form>
</ui:define> <ul>
<li><h:commandLink action="generateTestData">Generate test data</h:commandLink></li>
<li><h:commandLink action="user/list">List users</h:commandLink></li>
</ul>
</h:form>
</ui:define>
<ui:define name="footer">Footer</ui:define> <ui:define name="footer">Footer</ui:define>
</ui:composition> </ui:composition>
</h:body> </h:body>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!