Commit
ccd7c5779a89cce3503d4fa94527685a602ccd9a
Exists in
master
and in
23 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, stable, template_mirror_block, tests, tests_fixies
ActionItem18: fixing helper name
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@375 3f533792-8f58-4932-b0fe-aaf55b0a4547
|
1
| require 'comatose' |
1
| require 'comatose' |
|
2
| |
2
| |
|
3
| -class Comatose::Page |
| |
|
4
| - def self.icon |
| |
|
5
| - 'text-x-generic' |
| |
|
6
| - end |
3
| +def (Comatose::Page).icon |
|
| |
4
| + 'text-x-generic' |
|
7
| end |
5
| end |
|
8
| |
6
| |
|
9
| Comatose.configure do |config| |
7
| Comatose.configure do |config| |