X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c20160d313286739fc14e89162a3afff6ccc906f..HEAD:/app/views/accounts/edit.html.erb
diff --git a/app/views/accounts/edit.html.erb b/app/views/accounts/edit.html.erb
deleted file mode 100644
index e31c5e90d..000000000
--- a/app/views/accounts/edit.html.erb
+++ /dev/null
@@ -1,73 +0,0 @@
-<% content_for :head do %>
- <%= javascript_include_tag "user" %>
-<% end %>
-
-<% content_for :heading do %>
-
-
-
-
- <%= f.primary t(".save changes button") %>
-
-
- <%= link_to t(".delete_account"), account_deletion_path, :class => "btn btn-outline-danger" %>
-
-
-<% end %>
-
-<% unless current_user.data_public? %>
- <%= render :partial => "go_public" %>
-<% end %>