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