X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3f8cf322723750aa4c8d062d4a727f9107ceccb4..29e98571454a450f0af1e2649d1688c6f2afffdb:/app/views/dashboards/_contact.html.erb
diff --git a/app/views/dashboards/_contact.html.erb b/app/views/dashboards/_contact.html.erb
index 3b46a3b45..545557e64 100644
--- a/app/views/dashboards/_contact.html.erb
+++ b/app/views/dashboards/_contact.html.erb
@@ -31,15 +31,17 @@
<% end %>
-
- - <%= link_to t("users.show.send message"), new_message_path(contact) %>
- -
- <% if current_user.is_friends_with?(contact) %>
- <%= link_to t("users.show.remove as friend"), remove_friend_path(:display_name => contact.display_name, :referer => request.fullpath), :method => :post %>
- <% else %>
- <%= link_to t("users.show.add as friend"), make_friend_path(:display_name => contact.display_name, :referer => request.fullpath), :method => :post %>
- <% end %>
-
-
+
<% end %>