Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / templates / components / resource-tags.hbs @ 86860c5e

History | View | Annotate | Download (349 Bytes)

1
{{!-- 
2
    Is this necessary?
3
{{#each tag in tags }}
4
<{{ unbound entryTag}}>
5
<a href="#" {{bind-attr title=tag.name style=style}} class="has-tip tag">&nbsp;</a>
6
<span>{{tag.name}}</span>
7
<a class="delete" {{action 'deleteTag'}} title="remove this tag from this vm"><span class="snf-trash-outline"></span></a>
8
</{{ unbound entryTag}}>
9
{{/each}}
10
 --}}