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

8 lines
203 B
Handlebars

<a href {{action "share" source}} title={{unbound source.title}} aria-label={{unbound source.title}}>
{{#if source.icon}}
{{d-icon source.icon}}
{{else}}
{{{source.htmlIcon}}}
{{/if}}
</a>