forked from gitea/gitea
		
	 d2e4039def
			
		
	
	
		d2e4039def
		
			
		
	
	
	
	
		
			
			GitHub like role descriptor    --------- Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			425 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			425 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| {{if and .ShowRole.IsPoster (not .IgnorePoster)}}
 | |
| 	<div class="ui basic label role-label" data-tooltip-content="{{ctx.Locale.Tr "repo.issues.author_helper"}}">
 | |
| 		{{ctx.Locale.Tr "repo.issues.author"}}
 | |
| 	</div>
 | |
| {{end}}
 | |
| {{if .ShowRole.RoleInRepo}}
 | |
| 	<div class="ui basic label role-label" data-tooltip-content="{{.ShowRole.RoleInRepo.LocaleHelper ctx.Locale}}">
 | |
| 		{{.ShowRole.RoleInRepo.LocaleString ctx.Locale}}
 | |
| 	</div>
 | |
| {{end}}
 |