app/views/admin/snippet/edit.html.erb in kit_cms-2.3.9 vs app/views/admin/snippet/edit.html.erb in kit_cms-2.3.10
- old
+ new
@@ -16,10 +16,10 @@
<div class="field_help">
Should this snippet appear in the editor's insert list?
</div>
</div>
<b>Content:</b><br/>
- <%= ace_editor('html', :snippet, :body, f) %>
+ <%= cm_editor('html', :snippet, :body, f) %>
<%= kit_submit "Save" %> or <%= link_to "Cancel", "/admin/snippet/#{@snippet.id}" %>
<% end %>
</div>