We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6437b04 commit 8a0eb58Copy full SHA for 8a0eb58
templates/admin/user/edit.tmpl
@@ -116,7 +116,7 @@
116
<input name="restricted" type="checkbox" {{if .User.IsRestricted}}checked{{end}}>
117
</div>
118
119
- <div class="inline field{{if DisableGitHooks}} hidden{{end}}">
+ <div class="inline field"{{if DisableGitHooks}} hidden{{end}}>
120
<div class="ui checkbox tooltip" data-content="{{.i18n.Tr "admin.users.allow_git_hook_tooltip"}}" data-variation="very wide">
121
<label><strong>{{.i18n.Tr "admin.users.allow_git_hook"}}</strong></label>
122
<input name="allow_git_hook" type="checkbox" {{if .User.CanEditGitHook}}checked{{end}} {{if DisableGitHooks}}disabled{{end}}>
0 commit comments