Class: Decidim::ShareTextWidgetCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::ShareTextWidgetCell
show all
- Includes:
- SocialShareButtonHelper
- Defined in:
- app/cells/decidim/share_text_widget_cell.rb
Instance Method Summary
collapse
#render_social_share_button, #render_social_share_buttons, #render_social_share_icon, #social_share_button_tag
Instance Method Details
#show ⇒ Object
11
12
13
|
# File 'app/cells/decidim/share_text_widget_cell.rb', line 11
def show
render
end
|
#space_name ⇒ Object
19
20
21
|
# File 'app/cells/decidim/share_text_widget_cell.rb', line 19
def space_name
translated_attribute(resource.participatory_space.title)
end
|
#title ⇒ Object
15
16
17
|
# File 'app/cells/decidim/share_text_widget_cell.rb', line 15
def title
t(:share_text, scope: "decidim.budgets.order.status", space_name:, component_url:)
end
|