mirror of
https://github.com/discourse/discourse.git
synced 2025-02-01 04:53:01 +08:00
6 lines
296 B
Handlebars
6 lines
296 B
Handlebars
{{#if s.openInPopup}}
|
|
<a href {{action "sharePopup" s.target s.href}} {{bind-attr title="title"}}><i {{bind-attr class=":fa s.iconClass"}}></i></a>
|
|
{{else}}
|
|
<a {{bind-attr href="s.href"}} {{bind-attr title="s.title"}} target="_blank"><i {{bind-attr class=":fa s.iconClass"}}></i></a>
|
|
{{/if}}
|