]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/show.html.erb
Use bootstrap text-muted in place of custom deemphasze class
[rails.git] / app / views / users / show.html.erb
index 1332ab6e204f034edc9d7ffa7003f6d5f18947c2..1bd5f8fa5ba531c50225568472ed27a901f80b2b 100644 (file)
 
         <% end %>
 
-      <p class='deemphasize'>
+      <p class='text-muted'>
         <small>
           <%= t ".mapper since" %> <%= l @user.creation_time.to_date, :format => :long %>
           <% unless @user.terms_agreed %>
   </div>
 
   <% if current_user and current_user.administrator? -%>
-    <div class='admin-user-info deemphasize'>
+    <div class='admin-user-info text-muted'>
       <small><b><%= t ".email address" %></b> <%= @user.email %></small>
       <% unless @user.creation_ip.nil? -%>
         <small><b><%= t ".created from" %></b> <%= @user.creation_ip %></small>