Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (169 Bytes)

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