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-1.9.27.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.27 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.26 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.25.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.25 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.24.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.24 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.23.2 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.23.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.23 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.22 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.21.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.21 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.20.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.20 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.19.8 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.19.7 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.19.6 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.19.5 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.9.19.4 app/decorators/tramway/event/partaking_feature_decorator.rb