]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/sessions/new.html.erb
Bootstrap 5: Add form-label class to hand-crafted form labels
[rails.git] / app / views / sessions / new.html.erb
index 18f536206007ab965724be7ec2cefc7d038c7bb7..ddebc55a45448027a8e45eab3285e7044e9ef72d 100644 (file)
@@ -25,7 +25,7 @@
 
   <div id="loginForm">
     <div class="form-group">
-      <label><%= t ".with external" %></label>
+      <label class="form-label"><%= t ".with external" %></label>
 
       <ul class='list-unstyled' id="login_auth_buttons">
         <li><%= link_to image_tag("openid.png", :alt => t(".auth_providers.openid.title")), "#", :id => "openid_open_url", :title => t(".auth_providers.openid.title") %></li>
@@ -48,7 +48,7 @@
 
       <%= form_tag(auth_path(:provider => "openid"), :id => "openid_login_form") do %>
         <div id='login_openid_url' class="form-group">
-          <label for='openid_url'><%= t ".openid_html", :logo => openid_logo %></label>
+          <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") %>
           <span class="form-text text-muted">(<a href="<%= t "accounts.edit.openid.link" %>" target="_new"><%= t "accounts.edit.openid.link text" %></a>)</span>