X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/696aa8b5a86609a567979d80465eed537f4ad948..441b92c3c33cf79c2bac977cf0b3cf2c3e7e010e:/app/views/user/account.html.erb?ds=sidebyside diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 881750c36..83065c683 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -19,12 +19,16 @@
<%= image_tag url_for_file_column(@user, "image") %> | +<%= image_tag url_for_file_column(@user, "image"), :class => "user_image" %> | <%= radio_button_tag "image_action", "keep", true %> | <%= t 'user.account.keep image' %> |
<%= radio_button_tag "image_action", "new" %> | -<%= t 'user.account.replace image' %> <%= file_column_field "user", "image", :onchange => "$('image_action_new').checked = true" %> |
+ <%= t 'user.account.replace image' %> <%= file_column_field "user", "image", :onchange => "$('image_action_new').checked = true" %> <%= t 'user.account.image size hint' %> |
<%= t 'user.account.update home location on click' %> checked="checked" <% end %> id="updatehome" />
- +