X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/383b408fa7641e1d9def6db2630007c27d216f5b..eeb9866d50e35b8f8b75e59aed582caba533778f:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index a4dbf81a3..47a84e99b 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -1,5 +1,9 @@ +<% content_for :head do %> + <%= javascript_include_tag "user" %> +<% end %> + <% content_for :heading do %> -

<%= t 'user.account.my settings' %>

+

<%= t 'user.account.my settings' %>

-
class="nohome" <%end%> > -

<%= t 'user.account.home location' %>

-

<%= t 'user.account.no home location' %>

-
- - <%= f.text_field :home_lat, :id => "home_lat" %> - - <%= f.text_field :home_lon, :id => "home_lon" %> +
+
+ +
class="nohome"<%end%> > +

<%= t 'user.account.no home location' %>

+
+ + <%= f.text_field :home_lat, :id => "home_lat" %> +
+
+ + <%= f.text_field :home_lon, :id => "home_lon" %> +
+
-
-
-

<%= t 'user.account.update home location on click' %> checked="checked" <% end %> id="updatehome" />

- <% content_for :head do %> - <%= javascript_include_tag "user" %> - <% end %> - <%= content_tag "div", "", :id => "map", :class => "content_map settings_map set_location" %> +
+ checked="checked" <% end %> id="updatehome" /> + +
+ <%= content_tag "div", "", :id => "map", :class => "content_map settings_map set_location" %>
-
- <%= submit_tag t('user.account.save changes button') %> -
+ <%= submit_tag t('user.account.save changes button') %> <% end %> <% unless @user.data_public? %>