Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / templates / _img-wrap.hbs @ faad3c72

History | View | Annotate | Download (225 Bytes)

1
<div class="img-wrap">
2
    {{#link-to codeName this}}
3
        <span {{bind-attr class=":snf-font icon"}}></span>
4
        {{#if this.os}}<span {{bind-attr class=":os this.os"}}>{{this.os}}</span>{{/if}}
5
    {{/link-to}}
6
</div>