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