Skip to content

Commit

Permalink
Fix form.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil committed May 12, 2013
1 parent 6043ed0 commit 260de3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/admin/editor_settings/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<fieldset id="preferences">
<%= form.field_container :current_editor do %>
<%= form.label(:current_editor, Spree.t('rich_editor_engine')) %>
<%= select_tag :current_editor, options_for_selecSpree.t(SpreeEditor::EditorEngines, @config[:current_editor]) %>
<%= select_tag :current_editor, options_for_select(SpreeEditor::EditorEngines, @config[:current_editor]) %>
<% end %>
<%= form.field_container :enabled do %>
<%= preference_field_tag(:enabled, @config[:enabled], :type => :boolean) %>
Expand Down

0 comments on commit 260de3b

Please sign in to comment.