Commit 19df0769a9156c1ea17640e5116047a65eccf750
1 parent
9052748e
Exists in
master
and in
29 other branches
ActionItem8: disabling ugly-looking blocks
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@465 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/controllers/edit_template_controller.rb
| ... | ... | @@ -4,8 +4,8 @@ class EditTemplateController < ApplicationController |
| 4 | 4 | |
| 5 | 5 | def block_types |
| 6 | 6 | { |
| 7 | - 'ListBlock' => _("List Block"), | |
| 8 | - 'LinkBlock' => _("Link Block"), | |
| 7 | + #'ListBlock' => _("List Block"), | |
| 8 | + #'LinkBlock' => _("Link Block"), | |
| 9 | 9 | 'RecentDocumentsBlock' => _('Recent documents'), |
| 10 | 10 | 'Design::MainBlock' => _('Main content block'), |
| 11 | 11 | } | ... | ... |