Skip to content

Commit 4bd9eea

Browse files
satisfy backend checks
Signed-off-by: Philip Peterson <philip.c.peterson@gmail.com>
1 parent f23c3db commit 4bd9eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/config.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
<dt>{{.locale.Tr "admin.config.git_enable_reflogs"}}</dt>
338338
<dd>{{if .Git.Reflog.Enabled}}{{svg "octicon-check"}}{{else}}{{svg "octicon-x"}}{{end}}</dd>
339339

340-
{{if .Git.Reflog.Enabled }}
340+
{{if .Git.Reflog.Enabled}}
341341
<dt>{{.locale.Tr "admin.config.git_reflog_expiry_time"}}</dt>
342342
<dd>{{.locale.Tr "tool.days" .Git.Reflog.Expiration}}</dd>
343343
{{end}}

0 commit comments

Comments
 (0)