2023-03-02 23:14:06 +05:30
|
|
|
{{if .ctxData.IsSigned}}
|
2023-03-17 08:38:05 +05:30
|
|
|
<div class="item action ui dropdown jump pointing top right select-reaction" data-action-url="{{.ActionURL}}">
|
2023-05-28 07:04:18 +05:30
|
|
|
<a class="add-reaction muted">
|
2020-09-12 01:49:00 +05:30
|
|
|
{{svg "octicon-smiley"}}
|
2017-12-04 04:44:26 +05:30
|
|
|
</a>
|
2023-05-28 07:04:18 +05:30
|
|
|
<div class="menu reactions-menu">
|
2019-12-28 05:13:56 +05:30
|
|
|
{{range $value := AllowedReactions}}
|
2023-05-28 07:04:18 +05:30
|
|
|
<a class="item reaction" data-tooltip-content="{{$value}}" aria-label="{{$value}}" data-reaction-content="{{$value}}">{{ReactionToEmoji $value}}</a>
|
2019-12-02 04:27:24 +05:30
|
|
|
{{end}}
|
2017-12-04 04:44:26 +05:30
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{end}}
|