gitea源码

show_role.tmpl 425B

1234567891011
  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}}