Class: Decidim::Accountability::ResultActivityCell

Inherits:
Decidim::ActivityCell show all
Defined in:
decidim-accountability/app/cells/decidim/accountability/result_activity_cell.rb

Overview

A cell to display when a Result has been created.

Constant Summary

Constants included from IconHelper

IconHelper::DEFAULT_RESOURCE_TYPE_ICONS

Instance Method Summary collapse

Methods inherited from Decidim::ActivityCell

#cache_hash, #created_at, #description, #element_id, #renderable?, #resource, #resource_link_path, #resource_link_text, #show, #user

Methods included from IconHelper

#component_icon, #manifest_icon, #resource_icon, #resource_type_icon, #resource_type_icon_key

Instance Method Details

#titleObject



7
8
9
# File 'decidim-accountability/app/cells/decidim/accountability/result_activity_cell.rb', line 7

def title
  I18n.t("decidim.accountability.last_activity.new_result")
end