X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cb7b79a58f0337ab28b41ed5105215de302d3f73..ad900553cb722617bf3d3d7dc6b9af47678b5ef0:/app/views/dashboards/show.html.erb?ds=inline diff --git a/app/views/dashboards/show.html.erb b/app/views/dashboards/show.html.erb index 3fe27b779..9aa4abed4 100644 --- a/app/views/dashboards/show.html.erb +++ b/app/views/dashboards/show.html.erb @@ -7,7 +7,7 @@
<% if @user.home_lat.nil? or @user.home_lon.nil? %>
-

<%= t(".no_home_location_html", :edit_profile_link => link_to(t(".edit_your_profile"), edit_profile_path)) %>

+

<%= t(".no_home_location_html", :edit_profile_link => link_to(t(".edit_your_profile"), edit_profile_path)) %>

<% else %> <% content_for :head do %> @@ -32,10 +32,12 @@ <% if friends.empty? %> <%= t ".no friends" %> <% else %> - +
<%= render :partial => "contact", :collection => friends, :locals => { :type => "friend" } %>
@@ -48,10 +50,12 @@ <% if nearby.empty? %> <%= t ".no nearby users" %> <% else %> - +
<%= render :partial => "contact", :collection => nearby, :locals => { :type => "nearby mapper" } %>