X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3b43cb33cb756c19f8c635a66053a5b99b44eb6c..57443546f8395da089ee295cde05750a087fd6dd:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 759502706..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? %>