Commit aa8a332bd0aea323a4d5bcc884d74c263bd39444

Authored by AntonioTerceiro
1 parent 9ad9e6c0

ActionItem0: removing unused stuff



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@340 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/controllers/edit_template_controller.rb
... ... @@ -24,10 +24,4 @@ class EditTemplateController < ApplicationController
24 24 redirect_to :action => 'design_editor'
25 25 end
26 26  
27   - ############################################################
28   - # FIXME: design_editor stuff: MOVE this to design plugin
29   - ############################################################
30   -
31   - include EditTemplateHelper
32   -
33 27 end
... ...
app/views/layouts/application.rhtml
... ... @@ -12,8 +12,6 @@
12 12 <body>
13 13 <%= image_tag 'loading.gif', :id => 'spinner', :style => "display:none; float:right;" %>
14 14 <div id="wrap">
15   - <div id="design_edit_bar">
16   - </div>
17 15 <div id="frame">
18 16 <div id="menu">
19 17 <%= _('Skip to:') %>
... ...