diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-26 16:10:25 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-26 16:10:25 -0600 |
| commit | 2e636ea73e44a84dd2be64c1e199f29fb2236a1d (patch) | |
| tree | 252633d71d1eeb7d5aff001cd0493ce73e227dc1 /bin/ui | |
| parent | e1e0f14716a6b169c05a3aac5ffa0cc3bd04609d (diff) | |
feat: pretty up the IdP html pages
Diffstat (limited to 'bin/ui')
| -rwxr-xr-x | bin/ui | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -180,7 +180,7 @@ class UI <<~ERB <%- if current_user?(request) -%> <nav> - <ul class="pico-background-pink-100"> + <ul> <li><strong>UI</strong></li> </ul> <ul> @@ -200,7 +200,7 @@ class UI <pre><%= request.session[:id_token] %></pre> <%- else -%> <nav> - <ul class="pico-background-pink-100"> + <ul> <li><strong>UI</strong></li> </ul> <ul> @@ -279,7 +279,7 @@ class UI html = with_layout(binding) do <<~ERB <nav> - <ul class="pico-background-pink-100"> + <ul> <li><strong>UI</strong></li> </ul> <ul> @@ -314,7 +314,7 @@ class UI html = with_layout(binding) do <<~ERB <nav> - <ul class="pico-background-pink-100"> + <ul> <li><strong>UI</strong></li> </ul> <ul> @@ -371,7 +371,7 @@ class UI html = with_layout(binding) do <<~ERB <nav> - <ul class="pico-background-pink-100"> + <ul> <li><strong>UI</strong></li> </ul> <ul> @@ -428,7 +428,7 @@ class UI <%- saml_params.each do |(key, value)| -%> <input type="hidden" name="<%= key %>" value="<%= value %>" /> <%- end -%> - <input id="submit-button" type="submit" value="Submit" /> + <input id="submit-button" type="submit" value="Continue" /> </form> ERB end |
