You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							9 lines
						
					
					
						
							616 B
						
					
					
				
			
		
		
	
	
							9 lines
						
					
					
						
							616 B
						
					
					
				| {{range $key, $value := .Reactions}}
 | |
| 	<a class="ui label basic{{if $value.HasUser $.ctx.SignedUserID}} primary{{end}}{{if not $.ctx.IsSigned}} disabled{{end}}" data-title="{{$value.GetFirstUsers}}{{if gt ($value.GetMoreUserCount) 0}} {{$.ctx.locale.Tr "repo.reactions_more" $value.GetMoreUserCount}}{{end}}" data-content="{{$key}}" data-action-url="{{$.ActionURL}}">
 | |
| 		<span class="reaction">{{ReactionToEmoji $key}}</span>
 | |
| 		<span class="reaction-count">{{len $value}}</span>
 | |
| 	</a>
 | |
| {{end}}
 | |
| {{if AllowedReactions}}
 | |
| 	{{template "repo/issue/view_content/add_reaction" Dict "ctx" $.ctx "ActionURL" .ActionURL}}
 | |
| {{end}}
 | |
| 
 |