diff --git a/app/components/provider_sync_summary.html.erb b/app/components/provider_sync_summary.html.erb index b6156edf7..c2df24d43 100644 --- a/app/components/provider_sync_summary.html.erb +++ b/app/components/provider_sync_summary.html.erb @@ -1,4 +1,4 @@ -
+
<%= helpers.icon "chevron-right", class: "group-open:transform group-open:rotate-90" %> diff --git a/app/views/admin/sso_providers/_form.html.erb b/app/views/admin/sso_providers/_form.html.erb index 5ccdc3b87..5a3527c3e 100644 --- a/app/views/admin/sso_providers/_form.html.erb +++ b/app/views/admin/sso_providers/_form.html.erb @@ -119,7 +119,7 @@
<%= t("admin.sso_providers.form.manual_saml_config") %> -
+

<%= t("admin.sso_providers.form.manual_saml_help") %>

@@ -202,7 +202,7 @@
<%= t("admin.sso_providers.form.role_mapping_title") %> -
+

<%= t("admin.sso_providers.form.role_mapping_help") %>

@@ -284,7 +284,7 @@
<%= link_to "Cancel", admin_sso_providers_path, class: "px-4 py-2 text-sm font-medium text-secondary hover:text-primary" %> <%= form.submit sso_provider.persisted? ? "Update Provider" : "Create Provider", - class: "px-4 py-2 bg-primary text-inverse rounded-lg text-sm font-medium hover:bg-primary/90" %> + class: "px-4 py-2 button-bg-primary text-inverse rounded-lg text-sm font-medium hover:button-bg-primary-hover" %>
<% end %> diff --git a/app/views/admin/sso_providers/index.html.erb b/app/views/admin/sso_providers/index.html.erb index 8709fbdb1..c9ccfc6a1 100644 --- a/app/views/admin/sso_providers/index.html.erb +++ b/app/views/admin/sso_providers/index.html.erb @@ -10,7 +10,7 @@ <%= settings_section title: "Configured Providers" do %> <% if @sso_providers.any? %> -
+
<% @sso_providers.each do |provider| %>
@@ -73,7 +73,7 @@
-
+
<% @legacy_providers.each do |provider| %>
diff --git a/app/views/admin/users/index.html.erb b/app/views/admin/users/index.html.erb index 6d10e0570..ba17db830 100644 --- a/app/views/admin/users/index.html.erb +++ b/app/views/admin/users/index.html.erb @@ -95,7 +95,7 @@ <%= t(".table.role") %> - + <% users.each do |user| %> @@ -137,7 +137,7 @@ <% end %> <% if pending_invitations.any? %> - + <% pending_invitations.each do |invitation| %> diff --git a/app/views/binance_items/select_existing_account.html.erb b/app/views/binance_items/select_existing_account.html.erb index 8f12e628a..a980fca99 100644 --- a/app/views/binance_items/select_existing_account.html.erb +++ b/app/views/binance_items/select_existing_account.html.erb @@ -17,7 +17,7 @@ <%= hidden_field_tag :account_id, @account.id %>
<% @available_binance_accounts.each do |ba| %> -