<%= url_input(f, :scraper_url, class: "input input--wide js-scraper", placeholder: "Link a deviantART page, a Tumblr post, or the image directly") %>
<%= submit("Update my avatar", class: "button") %>
<% end %>
<%= button_to("Remove my avatar", ~p"/avatar", method: "delete", class: "button", data: [confirm: "Are you really, really sure?"]) %>
<%= if blank?(@conn.params["profile"]) do %>
<%= link("Back", to: ~p"/registrations/edit") %>
<% else %>
<%= link("Back", to: ~p"/profiles/#{@current_user}") %>
<% end %>