Commit
9a31421eb81f59c614059115d5b342c0705bcc0c
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
make extra dependency for Mezuro explicit
|
1
| require 'savon' |
1
| require 'savon' |
|
| |
2
| +require 'googlecharts' |
|
1
| -require 'googlecharts' |
| |
|
2
| - |
| |
|
3
| class MezuroPlugin::Helpers::ContentViewerHelper |
1
| class MezuroPlugin::Helpers::ContentViewerHelper |
|
4
| def self.format_grade(grade) |
2
| def self.format_grade(grade) |
|
5
| sprintf("%.2f", grade.to_f) |
3
| sprintf("%.2f", grade.to_f) |