Commit aa8a332bd0aea323a4d5bcc884d74c263bd39444
1 parent
9ad9e6c0
Exists in
master
and in
29 other branches
ActionItem0: removing unused stuff
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@340 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
0 additions
and
8 deletions
Show diff stats
app/controllers/edit_template_controller.rb
| @@ -24,10 +24,4 @@ class EditTemplateController < ApplicationController | @@ -24,10 +24,4 @@ class EditTemplateController < ApplicationController | ||
| 24 | redirect_to :action => 'design_editor' | 24 | redirect_to :action => 'design_editor' |
| 25 | end | 25 | end |
| 26 | 26 | ||
| 27 | - ############################################################ | ||
| 28 | - # FIXME: design_editor stuff: MOVE this to design plugin | ||
| 29 | - ############################################################ | ||
| 30 | - | ||
| 31 | - include EditTemplateHelper | ||
| 32 | - | ||
| 33 | end | 27 | end |
app/views/layouts/application.rhtml
| @@ -12,8 +12,6 @@ | @@ -12,8 +12,6 @@ | ||
| 12 | <body> | 12 | <body> |
| 13 | <%= image_tag 'loading.gif', :id => 'spinner', :style => "display:none; float:right;" %> | 13 | <%= image_tag 'loading.gif', :id => 'spinner', :style => "display:none; float:right;" %> |
| 14 | <div id="wrap"> | 14 | <div id="wrap"> |
| 15 | - <div id="design_edit_bar"> | ||
| 16 | - </div> | ||
| 17 | <div id="frame"> | 15 | <div id="frame"> |
| 18 | <div id="menu"> | 16 | <div id="menu"> |
| 19 | <%= _('Skip to:') %> | 17 | <%= _('Skip to:') %> |