File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -170,11 +170,10 @@ <h1>
170
170
{{- if .Error.RenderDescriptionMarkdown }} {{ .ErrorDescriptionHTML }} {{
171
171
else }}
172
172
< p > {{ .Error.Description }}</ p >
173
- {{ end }}
174
- {{- if .Error.AdditionalInfo }}
175
- < br > < p > {{ .Error.AdditionalInfo }}</ p >
176
- {{ end }}
177
- {{- if .Error.Warnings }}
173
+ {{ end }} {{- if .Error.AdditionalInfo }}
174
+ < br />
175
+ < p > {{ .Error.AdditionalInfo }}</ p >
176
+ {{ end }} {{- if .Error.Warnings }}
178
177
< div class ="warning ">
179
178
< div class ="warning-title ">
180
179
< svg
@@ -201,9 +200,10 @@ <h3>Warnings</h3>
201
200
< div class ="button-group ">
202
201
{{- if .Error.RetryEnabled }}
203
202
< button onclick ="window.location.reload() "> Retry</ button >
204
- {{ end }}
205
- {{- if .Error.SwitchProtocolLink }}
206
- < a href ="{{ .Error.SwitchProtocolLink }} "> Switch to {{ .Error.SwitchProtocolTarget }}</ a >
203
+ {{ end }} {{- if .Error.SwitchProtocolLink }}
204
+ < a href ="{{ .Error.SwitchProtocolLink }} "
205
+ > Switch to {{ .Error.SwitchProtocolTarget }}</ a
206
+ >
207
207
{{ end }}
208
208
< a href ="{{ .Error.DashboardURL }} "> Back to site</ a >
209
209
</ div >
You can’t perform that action at this time.
0 commit comments