]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/confirm.html.erb
Use bootstrap text-muted in place of custom deemphasze class
[rails.git] / app / views / users / confirm.html.erb
index 3a2e125789a66e818a843ea58d0ba3dff0eaec07..a3902c0a920a0b07ae746b7da70c0c305501228f 100644 (file)
 <% else %>
   <h1>
     <%= t ".introduction_1" %>
-    <span class="deemphasize">
+    <span class="text-muted">
       <%= t ".introduction_2" %>
     </span>
   </h1>
 
-  <p class='deemphasize'><%= t ".reconfirm_html",
-                               :reconfirm => url_for(:action => "confirm_resend") %></p>
+  <p class='text-muted'><%= t ".reconfirm_html",
+                              :reconfirm => url_for(:action => "confirm_resend") %></p>
 <% end %>