This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/components/share-source.hbs
2016-05-11 14:26:06 -04:00

8 lines
224 B
Handlebars

<a href {{action "share" source}} title="{{unbound source.title}}" aria-label="{{unbound source.title}}" >
{{#if source.faIcon}}
<i class="fa {{source.faIcon}}"></i>
{{else}}
{{{source.htmlIcon}}}
{{/if}}
</a>