parent
84d90fabe4
commit
0ff89c31e4
206 changed files with 28 additions and 15123 deletions
|
@ -85,7 +85,7 @@
|
|||
</div>
|
||||
<div class="standard-form-row">
|
||||
<label class="standard-label"><%= t ".preferred editor" %></label>
|
||||
<%= f.select :preferred_editor, [[t("editor.default", :name => t("editor.#{Settings.default_editor}.name")), "default"]] + Editors::ALL_EDITORS.collect { |e| [t("editor.#{e}.description"), e] } %>
|
||||
<%= 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] } %>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue