<%= title %>

<%= f.label _attr.to_sym, class: "text-center" do %> <%= image_tag img, id: "img-user-#{_attr}" %> <%= f.file_field _attr.to_sym, class: "sr-only input-img", accept: "image/*", data: { target: "#img-user-#{_attr}" } %> <% end %>