X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/26f6fdf82c93b0fd3198bb8929d5f20a4723bfe8..HEAD:/app/views/dashboards/show.html.erb?ds=sidebyside
diff --git a/app/views/dashboards/show.html.erb b/app/views/dashboards/show.html.erb
index a65597fef..c4b595e9b 100644
--- a/app/views/dashboards/show.html.erb
+++ b/app/views/dashboards/show.html.erb
@@ -27,7 +27,7 @@
-
<%= t ".my friends" %>
+
<%= t ".my friends" %>
<% if friends.empty? %>
<%= t ".no friends" %>
@@ -38,14 +38,14 @@
<%= link_to t(".friends_diaries"), friends_diary_entries_path %>
-
+
<%= render :partial => "contact", :collection => friends, :locals => { :type => "friend" } %>
<% end %>
-
<%= t ".nearby users" %>
+
<%= t ".nearby users" %>
<% if nearby.empty? %>
<%= t ".no nearby users" %>