dashboard_helper.rb 244 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 module GamificationPlugin::DashboardHelper def level_chart(target) content_tag(:div, :class => "level pie-chart", 'data-percent' => @target.gamification_plugin_level_percent) do content_tag :span, @target.level end end end