Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / templates / volumes-list.hbs @ 75e13060

History | View | Annotate | Download (96 Bytes)

1
{{#each volume in this.volumes itemController="Volume"}}
2
    {{view App.VolumeElView}}
3
{{/each}}