]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/application/_auth_providers.html.erb
separate translatable messages for privacy policy link in sign up form
[rails.git] / app / views / application / _auth_providers.html.erb
index 12f8c4d7dbddb6903584904368426f2375b870ea..be921ee9cfdf84bf837de36dae9a0d0614b5d973 100644 (file)
       <div class="list-inline justify-content-center d-flex align-items-center flex-wrap w-100">
     <% end %>
 
-      <%= link_to image_tag("openid.png",
+      <%= link_to image_tag("openid.svg",
                             :alt => t("application.auth_providers.openid.title"),
                             :size => "36"),
                   "#",
                   :id => "openid_open_url",
                   :title => t("application.auth_providers.openid.title"),
-                  :class => "p-2 d-block" %>
+                  :class => "btn btn-light mx-1 p-2 d-block" %>
 
       <% %w[google facebook microsoft github wikipedia].each do |provider| %>
         <% unless @preferred_auth_provider == provider %>