% content_for :heading do %>
<% if @user.data_public? %> <%= t 'user.account.public editing.enabled' %> (<%= t 'user.account.public editing.enabled link text' %>) <% else %> <%= t 'user.account.public editing.disabled' %> (<%= t 'user.account.public editing.disabled link text' %>) <% end %>
<%= t 'user.account.home location' %>
<%= 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" %>