Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (246 Bytes)

1
{{outlet}}
2
<section class="main row">
3
	<div {{bind-attr class=":entities :list-view"}}>
4
	<ul class="items-list">
5
		{{add-new type=controller.type action="openWizard"}}
6
		{{#each}}
7
			{{view Synnefo.ElemView}}
8
		{{/each}}
9
	</ul>
10
	</div>
11
</section>