Class: Decidim::NavigationMaps::ContentBlocks::GroupsNavigationMapCell
- Inherits:
-
NavigationMapCell
- Object
- ViewModel
- NavigationMapCell
- Decidim::NavigationMaps::ContentBlocks::GroupsNavigationMapCell
show all
- Defined in:
- app/cells/decidim/navigation_maps/content_blocks/groups_navigation_map_cell.rb
Instance Method Summary
collapse
#class_tag, #image_path, #show, #tabs, #translated_title
#blueprints, #valid_blueprints, #valid_blueprints?
Instance Method Details
#row_classes ⇒ Object
15
16
17
|
# File 'app/cells/decidim/navigation_maps/content_blocks/groups_navigation_map_cell.rb', line 15
def row_classes
"row column"
end
|
#section_classes ⇒ Object
7
8
9
|
# File 'app/cells/decidim/navigation_maps/content_blocks/groups_navigation_map_cell.rb', line 7
def section_classes
"section"
end
|
#wrapper_classes ⇒ Object
11
12
13
|
# File 'app/cells/decidim/navigation_maps/content_blocks/groups_navigation_map_cell.rb', line 11
def wrapper_classes
nil
end
|