File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- {{- $isCoveoDefined := . - }}
1+ {{ $coveoEnabled := partial "get-feature-flags.html" "disable_coveo" }}
22
3- < div class ="content " data-testid ="coveo-error-content " id ="coveo-error-content " style ="{{- if $isCoveoDefined -}}display: none;{{- else -}}{{- end -}} ">
3+ < div class ="content " data-testid ="coveo-error-content " id ="coveo-error-content " style ="{{- if $coveoEnabled -}}display: none;{{- else -}}{{- end -}} ">
44 < div class ="not-found-container " data-testid ="not-found-container ">
55 < h1 class ="info-header ">
66 Search functionality is unavailable.
Original file line number Diff line number Diff line change 44 < section class ="search no-sidebar ">
55 {{ partial "coveo-atomic.html" . }}
66 </ section >
7- {{ partial "search-error.html" true }}
7+ {{ partial "search-error.html" }}
88 {{ else }}
9- {{ partial "search-error.html" false }}
9+ {{ partial "search-error.html" }}
1010 {{ end }}
1111{{ end }}
You can’t perform that action at this time.
0 commit comments