2023-08-24 10:36:17 +05:30
|
|
|
{{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"}}
|
2023-08-22 11:00:33 +05:30
|
|
|
</div>
|
|
|
|
{{end}}
|
2023-08-24 10:36:17 +05:30
|
|
|
{{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 11:00:33 +05:30
|
|
|
</div>
|
|
|
|
{{end}}
|