]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/index.html.erb
Replace CSS-driven borders with bootstrap borders
[rails.git] / app / views / users / index.html.erb
index cc71702222121efcdde10c9b3f88656baabd1532..12d5ae7af232edb801b0f5340d86435a1a2c2d39 100644 (file)
@@ -35,9 +35,9 @@
       <%= render @users %>
     </table>
 
-    <div id="user_list_actions buttons">
-      <%= submit_tag t(".confirm"), :name => "confirm" %>
-      <%= submit_tag t(".hide"), :name => "hide" %>
+    <div>
+      <%= submit_tag t(".confirm"), :name => "confirm", :class => "btn btn-primary" %>
+      <%= submit_tag t(".hide"), :name => "hide", :class => "btn btn-primary" %>
     </div>
   <% end %>
 <% else %>