Class: Decidim::ProfileSidebarCell

Inherits:
ProfileCell
  • Object
show all
Includes:
ApplicationHelper, CellsHelper, IconHelper, Messaging::ConversationHelper, SanitizeHelper, ViewHooksHelper
Defined in:
decidim-core/app/cells/decidim/profile_sidebar_cell.rb

Constant Summary

Constants included from IconHelper

IconHelper::DEFAULT_RESOURCE_TYPE_ICONS

Instance Method Summary collapse

Methods included from CellsHelper

#current_component, #flaggable?, #from_context, #index_action?, #show_action?, #user_flaggable?, #withdrawable?

Methods included from ViewHooksHelper

#render_hook

Methods included from IconHelper

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

Methods included from Messaging::ConversationHelper

#conversation_between, #conversation_between_multiple, #conversation_label_for, #conversation_name_for, #current_or_new_conversation_path_with, #current_or_new_conversation_path_with_multiple, #link_to_current_or_new_conversation_with, #text_link_to_current_or_new_conversation_with, #username_list

Methods inherited from ProfileCell

#active_content, #content_cell, #current_user_logged_in?, #label_conversations, #manageable_group?, #own_profile?, #profile_holder, #profile_tabs, #unread_count

Methods included from AriaSelectedLinkToHelper

#aria_selected_link_to

Methods included from UserProfileHelper

#user_profile_tab

Instance Method Details

#showObject



16
17
18
# File 'decidim-core/app/cells/decidim/profile_sidebar_cell.rb', line 16

def show
  render :show
end