]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/sessions/new.html.erb
Use h2 as the main header on the map-ui panel
[rails.git] / app / views / sessions / new.html.erb
index ddebc55a45448027a8e45eab3285e7044e9ef72d..dea65f768985860104b27651a7ff6bb600702b41 100644 (file)
@@ -24,7 +24,7 @@
   <hr>
 
   <div id="loginForm">
-    <div class="form-group">
+    <div class="mb-3">
       <label class="form-label"><%= t ".with external" %></label>
 
       <ul class='list-unstyled' id="login_auth_buttons">
@@ -35,8 +35,8 @@
         <% if Settings.key?(:facebook_auth_id) -%>
         <li><%= auth_button "facebook", "facebook" %></li>
         <% end -%>
-        <% if Settings.key?(:windowslive_auth_id) -%>
-        <li><%= auth_button "windowslive", "windowslive" %></li>
+        <% if Settings.key?(:microsoft_auth_id) -%>
+        <li><%= auth_button "microsoft", "microsoft" %></li>
         <% end -%>
         <% if Settings.key?(:github_auth_id) -%>
         <li><%= auth_button "github", "github" %></li>
@@ -47,7 +47,7 @@
       </ul>
 
       <%= form_tag(auth_path(:provider => "openid"), :id => "openid_login_form") do %>
-        <div id='login_openid_url' class="form-group">
+        <div id='login_openid_url' class="mb-3">
           <label for='openid_url' class="form-label"><%= t ".openid_html", :logo => openid_logo %></label>
           <%= hidden_field_tag("referer", params[:referer], :autocomplete => "off") %>
           <%= text_field_tag("openid_url", "", :tabindex => 3, :autocomplete => "on", :class => "openid_url form-control") %>