2023-08-24 05:06:17 +00:00
|
|
|
{{if and .ShowRole.IsPoster (not .IgnorePoster)}}
|
2024-06-24 15:18:27 +00: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 05:06:17 +00:00
|
|
|
{{ctx.Locale.Tr "repo.issues.author"}}
|
2023-08-22 05:30:33 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|
2023-08-24 05:06:17 +00: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 05:30:33 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|