mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-14 19:22:09 +09:00
da37b7916b
Co-authored-by: bircni <bircni@users.noreply.github.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
7 lines
289 B
Handlebars
7 lines
289 B
Handlebars
{{template "org/settings/layout_head" (dict "ctxData" . "pageClass" "organization settings")}}
|
|
<div class="org-setting-content">
|
|
<h4 class="ui top attached header">{{ctx.Locale.Tr "audit.title"}}</h4>
|
|
{{template "shared/audit/list" .}}
|
|
</div>
|
|
{{template "org/settings/layout_footer" .}}
|