Commit 68f08a51889d602a1acb26b3728270302724ba51
1 parent
988f8125
Exists in
master
and in
22 other branches
ActionItem135: fixed a block
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1109 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
app/design_blocks/list_block/models/list_block.rb
@@ -43,4 +43,12 @@ class ListBlock < Design::Block | @@ -43,4 +43,12 @@ class ListBlock < Design::Block | ||
43 | element_type.to_s.underscore | 43 | element_type.to_s.underscore |
44 | end | 44 | end |
45 | 45 | ||
46 | + def display_block | ||
47 | + 'true' | ||
48 | + end | ||
49 | + | ||
50 | + def display_header | ||
51 | + 'true' | ||
52 | + end | ||
53 | + | ||
46 | end | 54 | end |