X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2403630da87df8a3b57913e8949ae0ff8f611d22..HEAD:/app/views/preferences/edit.html.erb
diff --git a/app/views/preferences/edit.html.erb b/app/views/preferences/edit.html.erb
deleted file mode 100644
index 07d89fbb5..000000000
--- a/app/views/preferences/edit.html.erb
+++ /dev/null
@@ -1,12 +0,0 @@
-<% content_for :heading do %>
-
<%= t ".title" %>
-<% end %>
-
-<%= bootstrap_form_for current_user, :url => { :action => :update } do |f| %>
- <%= f.select :preferred_editor, [[t("editor.default", :name => t("editor.#{Settings.default_editor}.name")), "default"]] + Editors::AVAILABLE_EDITORS.collect { |e| [t("editor.#{e}.description"), e] } %>
-
- <%= f.text_field :languages %>
-
- <%= f.primary t(".save") %>
- <%= link_to t(".cancel"), preferences_path, :class => "btn btn-link" %>
-<% end %>