Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / templates / elems.hbs @ 5e56bcff

History | View | Annotate | Download (403 Bytes)

1
{{partial 'actions-bar'}}
2
<section class="main row">
3
    <div {{bind-attr class=":entities viewCls"}}>
4
        <ul class="items-list">
5
        {{add-new type=controller.type icon=controller.iconCls}}
6
        {{#each}}
7
            <li {{bind-attr data-status=this.status class="this.status"}}>
8
                {{render 'elem' this}}
9
            </li>
10
        {{/each}}
11
        </ul>
12
    </div>
13
</section>