Class: Decidim::Lausanne::Budgets::BaseCell

Inherits:
ViewModel
  • Object
show all
Includes:
ComponentPathHelper, Decidim::LayoutHelper, SanitizeHelper
Defined in:
app/cells/decidim/lausanne/budgets/base_cell.rb

Overview

This cell has the commons for the budgets cells

Instance Method Summary collapse

Instance Method Details



16
17
18
19
20
# File 'app/cells/decidim/lausanne/budgets/base_cell.rb', line 16

def budgets_link_list(budgets)
  budgets.map { |budget| link_to(translated_attribute(budget.title), resource_locator(budget).path) }
         .to_sentence
         .html_safe
end