From 19df0769a9156c1ea17640e5116047a65eccf750 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 12 Sep 2007 06:50:45 +0000 Subject: [PATCH] ActionItem8: disabling ugly-looking blocks --- app/controllers/edit_template_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/edit_template_controller.rb b/app/controllers/edit_template_controller.rb index 60b76aa..3285e51 100644 --- a/app/controllers/edit_template_controller.rb +++ b/app/controllers/edit_template_controller.rb @@ -4,8 +4,8 @@ class EditTemplateController < ApplicationController def block_types { - 'ListBlock' => _("List Block"), - 'LinkBlock' => _("Link Block"), + #'ListBlock' => _("List Block"), + #'LinkBlock' => _("Link Block"), 'RecentDocumentsBlock' => _('Recent documents'), 'Design::MainBlock' => _('Main content block'), } -- libgit2 0.21.2