X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bbf30e76e4bfcd70e62fc84ecd32c5e494506e9e..d36fab2913d10bef4eae2cee7c34875f20311af9:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index c20f3526c..badcc1249 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -18,12 +18,12 @@
<%= 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" />
- +