2023-08-24 07:06:17 +02:00
|
|
|
{{if and .ShowRole.IsPoster (not .IgnorePoster)}}
|
2024-06-24 17:18:27 +02:00
|
|
|
<div class="ui basic label role-label" data-tooltip-content="
|
|
|
|
{{if .IsPull}}
|
|
|
|
{{ctx.Locale.Tr "repo.issues.author.tooltip.pr"}}
|
|
|
|
{{else}}
|
|
|
|
{{ctx.Locale.Tr "repo.issues.author.tooltip.issue"}}
|
|
|
|
{{end}}">
|
2023-08-24 07:06:17 +02:00
|
|
|
{{ctx.Locale.Tr "repo.issues.author"}}
|
2023-08-22 07:30:33 +02:00
|
|
|
</div>
|
|
|
|
{{end}}
|
2023-08-24 07:06:17 +02:00
|
|
|
{{if .ShowRole.RoleInRepo}}
|
|
|
|
<div class="ui basic label role-label" data-tooltip-content="{{.ShowRole.RoleInRepo.LocaleHelper ctx.Locale}}">
|
|
|
|
{{.ShowRole.RoleInRepo.LocaleString ctx.Locale}}
|
2023-08-22 07:30:33 +02:00
|
|
|
</div>
|
|
|
|
{{end}}
|