X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9cb8311f02e1bd0e2188e3b1db623400aaf8da47..832b96b75ac05177e6baad7b414066ccfd7cfa51:/app/views/user/account.html.erb?ds=sidebyside
diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb
index 161f8f4f9..16f3ad7d3 100644
--- a/app/views/user/account.html.erb
+++ b/app/views/user/account.html.erb
@@ -106,7 +106,7 @@
class="nohome" <%end%> >
<%= t 'user.account.home location' %> |
- <%= t 'user.account.no home location' %><%= t 'user.account.latitude' %> <%= f.text_field :home_lat, :size => 20, :id => "home_lat" %><%= t 'user.account.longitude' %><%= f.text_field :home_lon, :size => 20, :id => "home_lon" %> |
+ <%= t 'user.account.no home location' %><%= t 'user.account.latitude' %> <%= f.text_field :home_lat, :size => 20, :id => "home_lat" %> <%= t 'user.account.longitude' %><%= f.text_field :home_lon, :size => 20, :id => "home_lon" %> |
@@ -124,7 +124,7 @@
<% end %>
-<%= render :partial => 'map' %>
+<%= render :partial => 'map', :locals => { :setting_location => true, :show_other_users => false } %>
<% unless @user.data_public? %>