]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/_contact.html.erb
Use bootstrap text-muted in place of custom deemphasze class
[rails.git] / app / views / users / _contact.html.erb
index d067bd4781b4acc73a53de16a3621c62cf2a3b76..4446c519d4c45012b85d4721b8a5014228092b5f 100644 (file)
@@ -7,7 +7,7 @@
 <%= tag.div :class => "contact-activity clearfix", :data => { :user => user_data } do %>
   <%= user_thumbnail contact %>
   <div class='activity-details'>
-    <p class='deemphasize'>
+    <p class='text-muted'>
       <%= link_to contact.display_name, user_path(contact) %>
       <% if @user.home_lon and @user.home_lat and contact.home_lon and contact.home_lat %>
         <% distance = @user.distance(contact) %>
@@ -31,7 +31,7 @@
       <% end %>
     </p>
 
-    <ul class='secondary-actions clearfix deemphasize'>
+    <ul class='secondary-actions clearfix text-muted'>
       <li><%= link_to t("users.show.send message"), new_message_path(contact) %></li>
       <li>
         <% if current_user.is_friends_with?(contact) %>