X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0033fcbf1286ebad5c9d9afe3d516f400d90af64..b255a333c5a1dc1bb1932a00d952fbb457e38478:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 988cd9121..3e8d1b0bf 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -81,13 +81,10 @@ <%= t 'user.account.image' %> - <% if @user.image.nil? %> - <%= hidden_field_tag "image_action", "new" %> - <%= t 'user.account.new image' %>
<%= file_column_field "user", "image" %>
<%= t 'user.account.image size hint' %> - <% else %> + <% if @user.image.file? %> - + @@ -97,9 +94,12 @@ - +
<%= image_tag url_for_file_column(@user, "image"), :class => "user_image" %><%= user_image @user %> <%= 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.image size hint' %>
<%= t 'user.account.replace image' %>
<%= f.file_field :image, :onchange => "$('image_action_new').prop('checked', true)" %>
<%= t 'user.account.image size hint' %>
+ <% else %> + <%= hidden_field_tag "image_action", "new" %> + <%= t 'user.account.new image' %>
<%= f.file_field :image %>
<%= t 'user.account.image size hint' %> <% end %>