Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / templates / components / tag-el.hbs @ e15a992e

History | View | Annotate | Download (188 Bytes)

1
<a href="#" {{bind-attr title=title style=style}} class="has-tip tag">&nbsp;</a>
2
<span>{{title}}</span>
3
<a class="delete" {{action 'deleteTag'}}><span class="snf-trash-outline"></span></a>