Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (169 Bytes)

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