X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/221ca3c1fa985c02243a3c650c828023c1011484..43bfebdd9e83685cbc999f46a3a88e85f9960cbc:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index cdd3160e8..179e1b2f6 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -84,27 +84,37 @@
<%= user_image @user %> | -<%= radio_button_tag "image_action", "keep", true %> | -<%= t 'user.account.keep image' %> | -
<%= radio_button_tag "image_action", "delete" %> | -<%= t 'user.account.delete image' %> | -|
<%= radio_button_tag "image_action", "new" %> | -<%= t 'user.account.replace image' %> <%= f.file_field :image, :onchange => "$('image_action_new').prop('checked', true)" %> <%= t 'user.account.image size hint' %> |
-
<%= radio_button_tag "image_action", "keep", !@user.image_use_gravatar %> | +<%= t 'user.account.keep image' %> | +
<%= radio_button_tag "image_action", "delete" %> | +<%= t 'user.account.delete image' %> | +
<%= radio_button_tag "image_action", "new" %> | +<%= t 'user.account.replace image' %> <%= f.file_field :image, :onchange => "$('#image_action_new').prop('checked', true)" %> <%= t 'user.account.image size hint' %> |
+
<%= radio_button_tag "image_action", "new" %> | +<%= t 'user.account.new image' %> <%= f.file_field :image, :onchange => "$('#image_action_new').prop('checked', true)" %> <%= t 'user.account.image size hint' %> |
+
<%= radio_button_tag "image_action", "gravatar", @user.image_use_gravatar %> | +<%= t 'user.account.gravatar.gravatar' %> (<%= t 'user.account.gravatar.link text' %>) | +
<%= 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 => "user_map set_location" %>