Class: Decidim::Votings::ContentBlockCell
Constant Summary
Constants included
from IconHelper
IconHelper::DEFAULT_RESOURCE_TYPE_ICONS
Instance Method Summary
collapse
Methods included from IconHelper
#component_icon, #manifest_icon, #resource_icon, #resource_type_icon, #resource_type_icon_key
Instance Method Details
#content_block_path ⇒ Object
12
13
14
|
# File 'decidim-elections/app/cells/decidim/votings/content_block_cell.rb', line 12
def content_block_path
decidim_votings.voting_landing_page_content_block_path(scoped_resource, model)
end
|
#decidim_votings ⇒ Object
16
17
18
|
# File 'decidim-elections/app/cells/decidim/votings/content_block_cell.rb', line 16
def decidim_votings
Decidim::Votings::AdminEngine.routes.url_helpers
end
|
#edit_content_block_path ⇒ Object
8
9
10
|
# File 'decidim-elections/app/cells/decidim/votings/content_block_cell.rb', line 8
def edit_content_block_path
decidim_votings.edit_voting_landing_page_content_block_path(scoped_resource, model)
end
|