From 053c3e5348f42bbd55f2d2e15b5871262fcaa1b0 Mon Sep 17 00:00:00 2001 From: Joel Esterline Date: Mon, 5 Oct 2020 12:18:41 -0700 Subject: [PATCH] Help Page Enhancements (#126) * add breadcrum, google no translate * Update help docs styling - add css style for help-docs-text - added styling for help & docs column * Update styling - use bootstrap bg/text coloring - replace google notranslate with lang --- ui/views/env.html | 2 +- ui/views/help.html | 79 +++++++++++++++++++++++++++----------------- ui/views/home.html | 2 +- ui/views/status.html | 2 +- 4 files changed, 52 insertions(+), 33 deletions(-) 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" . }}