Module: Decidim::Proposals::CollaborativeDraftCellsHelper
- Includes:
- ApplicationHelper, CardHelper, LayoutHelper, ApplicationHelper, ResourceReferenceHelper, TranslatableAttributes, TranslationsHelper
- Included in:
- CollaborativeDraftCell
- Defined in:
- app/helpers/decidim/proposals/collaborative_draft_cells_helper.rb
Overview
Custom helpers, scoped to the proposals engine.
Instance Method Summary
collapse
#activity_filter_values, #collaborative_draft_state_badge_css_class, #component_name, #filter_origin_values, #filter_proposals_state_values, #filter_sections, #filter_type_values, #humanize_collaborative_draft_state, #humanize_proposal_state, #minimum_votes_per_user_enabled?, #not_from_collaborative_draft, #not_from_participatory_text, #proposal_limit, #proposal_limit_enabled?, #proposal_state_css_class, #proposal_state_css_style, #render_proposal_body, #safe_content?, #safe_content_admin?, #show_voting_rules?, #text_editor_for_proposal_body, #votes_given
#item_name
#accept_request_button_label, #collaborative_drafts_filter_sections, #collaborative_drafts_state_class, #filter_collaborative_drafts_state_values, #humanize_collaborative_draft_state, #reject_request_button_label
Methods included from MapHelper
#has_position?, #proposal_data_for_map, #proposal_preview_data_for_map, #proposals_data_for_map
#can_accumulate_votes_beyond_threshold?, #current_user_can_vote?, #remaining_votes_count_for, #threshold_per_proposal, #threshold_per_proposal_enabled?, #vote_limit, #vote_limit_enabled?, #votes_blocked?, #votes_enabled?
Instance Method Details
#badge_name ⇒ Object
39
40
41
|
# File 'app/helpers/decidim/proposals/collaborative_draft_cells_helper.rb', line 39
def badge_name
humanize_collaborative_draft_state state
end
|
#component_settings ⇒ Object
27
28
29
|
# File 'app/helpers/decidim/proposals/collaborative_draft_cells_helper.rb', line 27
def component_settings
model.component.settings
end
|
#current_component ⇒ Object
31
32
33
|
# File 'app/helpers/decidim/proposals/collaborative_draft_cells_helper.rb', line 31
def current_component
model.component
end
|
#current_settings ⇒ Object
23
24
25
|
# File 'app/helpers/decidim/proposals/collaborative_draft_cells_helper.rb', line 23
def current_settings
model.component.current_settings
end
|
#from_context ⇒ Object
35
36
37
|
# File 'app/helpers/decidim/proposals/collaborative_draft_cells_helper.rb', line 35
def from_context
@options[:from]
end
|
#has_actions? ⇒ Boolean
19
20
21
|
# File 'app/helpers/decidim/proposals/collaborative_draft_cells_helper.rb', line 19
def has_actions?
false
end
|
#state_classes ⇒ Object
43
44
45
|
# File 'app/helpers/decidim/proposals/collaborative_draft_cells_helper.rb', line 43
def state_classes
[collaborative_draft_state_badge_css_class(state).to_s]
end
|