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

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

Also available in: Unified diff