Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / templates / snfElems.hbs @ d0fe8c12

History | View | Annotate | Download (156 Bytes)

1
<div {{bind-attr class=":entities :grid-view"}}>
2
<ul class="items-list">
3
	<li>Add New...</li>
4
	{{#each}}
5
		{{view Okeanos.ElemView}}
6
	{{/each}}
7
</ul>
8
</div>