]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/_contact.html.erb
Merge pull request #2809 from tomhughes/bootstrap
[rails.git] / app / views / users / _contact.html.erb
index 1479a1e4fbbd652e4f64021efed01a1f1bf963b4..4446c519d4c45012b85d4721b8a5014228092b5f 100644 (file)
@@ -4,11 +4,11 @@
      :icon => image_path(type == "friend" ? "marker-blue.png" : "marker-green.png"),
      :description => render(:partial => "popup", :object => contact, :locals => { :type => type })
    } %>
-<%= content_tag :div, :class => "contact-activity clearfix", :data => { :user => user_data } do %>
+<%= tag.div :class => "contact-activity clearfix", :data => { :user => user_data } do %>
   <%= user_thumbnail contact %>
   <div class='activity-details'>
-    <p class='deemphasize'>
-      <%= link_to h(contact.display_name), user_path(contact) %>
+    <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) %>
         <% if distance < 1 %>
@@ -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) %>