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