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