Commit bf3513e2 by Juho Juopperi

some index links

1 parent 742305e4
Showing with 6 additions and 1 deletions
......@@ -12,7 +12,12 @@
<ui:define name="title">Omnia</ui:define>
<ui:define name="header">Header</ui:define>
<ui:define name="content">
Plop
<h:form>
<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:composition>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!