diff --git a/ui/views/env.html b/ui/views/env.html index 4aff106ff..29d2b9ba1 100644 --- a/ui/views/env.html +++ b/ui/views/env.html @@ -1,4 +1,4 @@ - + {{ template "header-head" . }} + {{ template "header-nav" . }} -
-
+
+
- -

- Help & Documentation -

- - {{ if ne (len .Branding.AdditionalDocURLs) 0 }} -
- Additional Resources -
-
    - {{ range $name, $url := .Branding.AdditionalDocURLs }} -
  • - {{ $name }} -
  • - {{ end }} -
+ +
+
+
+
+

+ Help & Documentation +

+ + {{ if ne (len .Branding.AdditionalDocURLs) 0 }} +
+ Additional Resources +
+
    + {{ range $name, $url := .Branding.AdditionalDocURLs }} +
  • + {{ $name }} +
  • {{ end }} -
    +
+ {{ end }}
diff --git a/ui/views/home.html b/ui/views/home.html index 53bf97de8..db6a5884d 100644 --- a/ui/views/home.html +++ b/ui/views/home.html @@ -1,4 +1,4 @@ - + {{ template "header-head" . }}