Sha256: aa05538dfe035519c02b86c3056765bab51080c7294f82da5942597fcb32c281

Contents?: true

Size: 340 Bytes

Versions: 33

Compression:

Stored size: 340 Bytes

Contents

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

33 entries across 33 versions & 1 rubygems

Version Path
tramway-event-1.9.19.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.19 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.18.2 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.18.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.18 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.17 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.16 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.15 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.14 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.13 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.12 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.11.2 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.11.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.11 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.10.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.10 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.9.2 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.9.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.9 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.8 app/decorators/tramway/event/partaking_feature_decorator.rb