blob: d9b36aa211f77ecd8e224c0d3472f58a9653979f [file] [log] [blame]
<%@ import val it: ComponentsResource %>
#{ attributes("title") = "Components"}#
<h1>Components</h1>
<table>
<tr>
<th>Component</th>
<th>Documentation</th>
</tr>
#for(id <- it.getComponentIds)
<tr>
<td><a href="components/${id}">${id}</a></td>
<td><a href="http://camel.apache.org/${id}.html">documentation</a></td>
</tr>
#end
</table>