code.gitea.io/gitea@v1.22.3/templates/repo/issue/view_content/show_role.tmpl (about)

     1  {{if and .ShowRole.IsPoster (not .IgnorePoster)}}
     2  	<div class="ui basic label role-label" data-tooltip-content="{{ctx.Locale.Tr "repo.issues.author_helper"}}">
     3  		{{ctx.Locale.Tr "repo.issues.author"}}
     4  	</div>
     5  {{end}}
     6  {{if .ShowRole.RoleInRepo}}
     7  	<div class="ui basic label role-label" data-tooltip-content="{{.ShowRole.RoleInRepo.LocaleHelper ctx.Locale}}">
     8  		{{.ShowRole.RoleInRepo.LocaleString ctx.Locale}}
     9  	</div>
    10  {{end}}