Commit 68f54838d2cb86e84776103a2dc40a6299284e99
1 parent
849a99dd
Exists in
master
and in
28 other branches
ActionItem152: removing debugging code
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1209 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
app/models/main_block.rb
1 | class MainBlock < Block | 1 | class MainBlock < Block |
2 | 2 | ||
3 | + def self.description | ||
4 | + _('Block for main content (i.e. your articles, photos, etc)') | ||
5 | + end | ||
6 | + | ||
3 | def content(main_content = nil) | 7 | def content(main_content = nil) |
4 | - main_content + "(id: ##{self.id})" | 8 | + main_content |
5 | end | 9 | end |
6 | 10 | ||
7 | end | 11 | end |