From: Andy Allan Date: Wed, 3 Nov 2021 17:37:23 +0000 (+0000) Subject: Add button classes for users list action buttons X-Git-Tag: live~1944^2~2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/6bce75b134a1175359360c5e3ee17bb8edfeb6f0 Add button classes for users list action buttons --- 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 %>