Class: Decidim::Budgets::BudgetMCell

Inherits:
CardMCell
  • Object
show all
Includes:
ActiveSupport::NumberHelper, ProjectsHelper
Defined in:
decidim-budgets/app/cells/decidim/budgets/budget_m_cell.rb

Overview

This cell renders the Medium (:m) budget card for an given instance of a Decidim::Budgets::Budget

Instance Method Summary collapse

Methods included from ProjectsHelper

#budget_confirm_disabled_attr, #budget_to_currency, #current_order_budget_percent, #current_order_budget_percent_minimum, #current_order_can_be_checked_out?, #current_rule_description, #current_rule_explanation, #has_position?, #project_data_for_map, #projects_data_for_map

Methods inherited from CardMCell

#show

Methods included from CardHelper

#card_for

Instance Method Details

#statusesObject



11
12
13
# File 'decidim-budgets/app/cells/decidim/budgets/budget_m_cell.rb', line 11

def statuses
  []
end