Sha256: 08d168add8821bf760ed09deb7c60b4c6c2a577b03ab0ddd8126e59ae58801b8

Contents?: true

Size: 408 Bytes

Versions: 48

Compression:

Stored size: 408 Bytes

Contents

# frozen_string_literal: true

class ::Tramway::Event::SectionFeatureDecorator < ::Tramway::Landing::BlockTypes::FeaturesDecorator
  delegate :icon, to: :object
  delegate :title, to: :object
  delegate :description, to: :object

  def text
    object.description.scan(%r{<strong>.*?</strong>}).join(' ')
  end

  def image
    object.photo.small.url
  end

  def anchor
    "section-#{object.id}"
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
tramway-event-1.9.28 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.27.6 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.27.5 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.27.4 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.27.3 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.27.2 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.27.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.27 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.26 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.25.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.25 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.24.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.24 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.23.2 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.23.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.23 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.22 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.21.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.21 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.20.1 app/decorators/tramway/event/section_feature_decorator.rb