Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / templates / tags-list.hbs @ f4a8c000

History | View | Annotate | Download (115 Bytes)

1 9ef6fc52 Olga Brani
{{#each tag in this.tags}}
2 9ef6fc52 Olga Brani
    {{tag-el title=tag.name color=tag.color deleteTag='deleteTag' param=tag}}
3 9ef6fc52 Olga Brani
{{/each}}