Sha256: 653f98ba90f061a712c0b3a3bea28baa964c54a57314de0a9d82f2ad0c963e21

Contents?: true

Size: 371 Bytes

Versions: 82

Compression:

Stored size: 371 Bytes

Contents

# frozen_string_literal: true

class ::Tramway::Event::PartakingFeatureDecorator < ::Tramway::Landing::BlockTypes::FeaturesDecorator
  def text
    object.position&.html_safe
  end

  def full_text
    object.person.description
  end

  def title
    "#{object.person.first_name} #{object.person.last_name}"
  end

  def image
    object.person.photo.small.url
  end
end

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
tramway-event-2.0.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-2.0.0.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-2.0 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.9.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.9 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.8.2 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.8.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.8 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.7 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.6.4 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.6.3 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.6.2 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.6 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.5 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.4 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.3.10 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.3.9 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.3.8 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.3.7 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.3.6 app/decorators/tramway/event/partaking_feature_decorator.rb