From d51fa3b27207f729d954de8c697f86deb85984af Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 26 Mar 2025 15:38:15 -0600 Subject: feat: use pico css to make the UI pretty --- bin/ui | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'bin/ui') diff --git a/bin/ui b/bin/ui index 4abe43f1..427d212e 100755 --- a/bin/ui +++ b/bin/ui @@ -140,13 +140,20 @@ module HTTPHelpers def with_layout(bind) template = <<~ERB - - + + - + UI + + + + + - - #{yield} + +
+ #{yield} +
ERB @@ -368,7 +375,7 @@ class UI html = with_layout(binding) do <<~ERB

Sending SAML Request (SP -> IdP)

- +
<%- saml_params.each do |(key, value)| -%> -- cgit v1.2.3