]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/account.html.erb
Split user preferences into a separate page
[rails.git] / app / views / users / account.html.erb
index dc31de97aea3d6671b55219c8ed8ab96225b54b1..f1c46c710bdaf08226c763605e6f54b384214ff5 100644 (file)
@@ -58,9 +58,7 @@
     </span>
   </div>
 
-  <%= 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.richtext_field :description, :cols => 80, :rows => 20 %>
-  <%= f.text_field :languages %>
 
   <fieldset class="form-group">
     <%= f.label t(".image") %>