From 6bce75b134a1175359360c5e3ee17bb8edfeb6f0 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 3 Nov 2021 17:37:23 +0000 Subject: [PATCH] Add button classes for users list action buttons --- app/views/users/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index cc7170222..cb47a4122 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -36,8 +36,8 @@
- <%= submit_tag t(".confirm"), :name => "confirm" %> - <%= submit_tag t(".hide"), :name => "hide" %> + <%= submit_tag t(".confirm"), :name => "confirm", :class => "btn btn-primary" %> + <%= submit_tag t(".hide"), :name => "hide", :class => "btn btn-primary" %>
<% end %> <% else %> -- 2.39.5