X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9c2de4039c3053c35e76f596faa95557dc237c74..c7ffb35e8b07255796e62e52a6a23950f88ae093:/app/views/user/account.html.erb
diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb
index 7047b5b82..abece879f 100644
--- a/app/views/user/account.html.erb
+++ b/app/views/user/account.html.erb
@@ -101,7 +101,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" %> |
@@ -119,7 +119,7 @@
<% end %>
-<%= render :partial => 'map' %>
+<%= render :partial => 'map', :locals => { :setting_location => true, :show_other_users => false } %>
<% unless @user.data_public? %>