diff --git a/app/controllers/edit_template_controller.rb b/app/controllers/edit_template_controller.rb index 599e7c8..047d057 100644 --- a/app/controllers/edit_template_controller.rb +++ b/app/controllers/edit_template_controller.rb @@ -24,10 +24,4 @@ class EditTemplateController < ApplicationController redirect_to :action => 'design_editor' end - ############################################################ - # FIXME: design_editor stuff: MOVE this to design plugin - ############################################################ - - include EditTemplateHelper - end diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index b0ec42c..a04519c 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -12,8 +12,6 @@ <%= image_tag 'loading.gif', :id => 'spinner', :style => "display:none; float:right;" %>
-
-