Class: Decidim::Surveys::SurveyActivityCell

Inherits:
ActivityCell
  • Object
show all
Includes:
ComponentPathHelper
Defined in:
app/cells/decidim/surveys/survey_activity_cell.rb

Overview

A cell to display when a Survey has been published.

Instance Method Summary collapse

Instance Method Details



16
17
18
# File 'app/cells/decidim/surveys/survey_activity_cell.rb', line 16

def activity_link_path
  main_component_path(component)
end

#titleObject



9
10
11
12
13
14
# File 'app/cells/decidim/surveys/survey_activity_cell.rb', line 9

def title
  I18n.t(
    "decidim.surveys.last_activity.new_survey_at_html",
    link: participatory_space_link
  )
end