X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5fdada204cf92d8ca99300927713724aaaf1b2bd..ba888f5c7d5ae453e27973e1e57f3c6e0e4f3711:/app/views/users/index.html.erb diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index cc7170222..12d5ae7af 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -35,9 +35,9 @@ <%= render @users %> -
- <%= 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 %>