Sha256: 3914d735094d70dd461c6a9e27bdb710dd48b6769892038a03b80056e72f748f

Contents?: true

Size: 194 Bytes

Versions: 3

Compression:

Stored size: 194 Bytes

Contents

module Georgia
  class ContentDecorator < Georgia::ApplicationDecorator

    def title_or_none
      title.present? ? title : h.content_tag(:span, 'No title', class: 'muted')
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
georgia-0.8.0 app/decorators/georgia/content_decorator.rb
georgia-0.7.8 app/decorators/georgia/content_decorator.rb
georgia-0.7.7 app/decorators/georgia/content_decorator.rb