mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 11:51:01 +08:00
5 lines
282 B
Handlebars
5 lines
282 B
Handlebars
{{#if openInPopup}}
|
|
<a href="#" {{action sharePopup target href}} {{bindAttr title="title"}}><i {{bindAttr class=":icon iconClass"}}></i></a>
|
|
{{else}}
|
|
<a {{bindAttr href="href"}} {{bindAttr title="title"}} target="_blank"><i {{bindAttr class=":icon iconClass"}}></i></a>
|
|
{{/if}} |