Commit c224803a643a160452ffde25961459c5ded9367e

Authored by AntonioTerceiro
1 parent 12387195

ActionItem69: disabling RecentDocumentsBlock from edit_template controller



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@477 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/controllers/edit_template_controller.rb
@@ -6,7 +6,7 @@ class EditTemplateController < ApplicationController @@ -6,7 +6,7 @@ class EditTemplateController < ApplicationController
6 { 6 {
7 #'ListBlock' => _("List Block"), 7 #'ListBlock' => _("List Block"),
8 #'LinkBlock' => _("Link Block"), 8 #'LinkBlock' => _("Link Block"),
9 - 'RecentDocumentsBlock' => _('Recent documents'), 9 + #'RecentDocumentsBlock' => _('Recent documents'),
10 'Design::MainBlock' => _('Main content block'), 10 'Design::MainBlock' => _('Main content block'),
11 } 11 }
12 end 12 end