From 170727454da1b778b920e02f680998d8af215a19 Mon Sep 17 00:00:00 2001 From: Amruta Chitnis Date: Thu, 1 Dec 2016 12:18:12 -0800 Subject: [PATCH] web: Updates classes in templates --- web/templates/approval.html | 32 +++-- web/templates/header.html | 234 +----------------------------------- web/templates/login.html | 15 +-- web/templates/oob.html | 10 +- web/templates/password.html | 20 +-- 5 files changed, 41 insertions(+), 270 deletions(-) diff --git a/web/templates/approval.html b/web/templates/approval.html index 076049c0..bfcd6bd3 100644 --- a/web/templates/approval.html +++ b/web/templates/approval.html @@ -1,37 +1,35 @@ {{ template "header.html" . }} -
-

Grant Access

+
+

Grant Access

-
-
-
{{ .Client }} would like to:
+
+
+
{{ .Client }} would like to:
+
    {{ range $scope := .Scopes }} -
  • -
    - {{ $scope }} -
    -
  • +
  • {{ $scope }}
  • {{ end }} +
-
+
-
+
-
-
+
-
diff --git a/web/templates/header.html b/web/templates/header.html index 79438ec4..53803311 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -6,237 +6,15 @@ {{ issuer }} - - + - -