Skip to content

Commit be160b0

Browse files
committed
fix indentation
1 parent 5078f67 commit be160b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

templates/status/503.tmpl

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{{template "base/head" .}}
22
<div role="main" aria-label="503 Service Unavailable" class="page-content">
3-
<div class="ui container">
4-
<div class="status-page-error">
5-
<div class="status-page-error-title">503 Service Unavailable</div>
6-
<div class="tw-text-center">
7-
<div class="tw-my-4">{{ctx.Locale.Tr "error503"}}</div>
8-
</div>
3+
<div class="ui container">
4+
<div class="status-page-error">
5+
<div class="status-page-error-title">503 Service Unavailable</div>
6+
<div class="tw-text-center">
7+
<div class="tw-my-4">{{ctx.Locale.Tr "error503"}}</div>
8+
</div>
9+
</div>
910
</div>
10-
</div>
1111
</div>
1212
{{template "base/footer" .}}

0 commit comments

Comments
 (0)