Class: Decidim::Proposals::ProposalActivityCell

Inherits:
ActivityCell
  • Object
show all
Defined in:
app/cells/decidim/proposals/proposal_activity_cell.rb

Overview

A cell to display when a proposal has been published.

Instance Method Summary collapse

Instance Method Details



14
15
16
# File 'app/cells/decidim/proposals/proposal_activity_cell.rb', line 14

def resource_link_text
  Decidim::Proposals::ProposalPresenter.new(resource).title
end

#titleObject



7
8
9
10
11
12
# File 'app/cells/decidim/proposals/proposal_activity_cell.rb', line 7

def title
  I18n.t(
    "decidim.proposals.last_activity.new_proposal_at_html",
    link: participatory_space_link
  )
end