Class: Refinery::Pages::TitleSectionPresenter

Inherits:
SectionPresenter show all
Includes:
ActionView::Helpers::SanitizeHelper
Defined in:
app/presenters/refinery/pages/title_section_presenter.rb

Overview

A type of SectionPresenter which knows how to render a section which displays a title. These are much like normal sections except they are wrapped in a h1 tag rather than a div.

Instance Attribute Summary

Attributes inherited from SectionPresenter

#fallback_html, #hidden, #id, #override_html

Method Summary

Methods inherited from SectionPresenter

#has_content?, #hide, #initialize, #not_present_css_class, #visible?, #wrapped_html

Constructor Details

This class inherits a constructor from Refinery::Pages::SectionPresenter