mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-15 11:36:38 +08:00
8 lines
150 B
Handlebars
8 lines
150 B
Handlebars
{{#if (and showButton canFollow)}}
|
|
{{d-button
|
|
label=labelKey
|
|
icon=icon
|
|
disabled=loading
|
|
action=(action "toggleFollow")
|
|
}}
|
|
{{/if}}
|