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.12.3.5 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.3.4 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.3.3 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.3.2 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.3.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.3 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.2 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.1.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12.0.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.12 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.11.5.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.11.5 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.11.4.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.11.4 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.11.2.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.11.2 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.11.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.11.0.1 app/decorators/tramway/event/partaking_feature_decorator.rb
tramway-event-1.11 app/decorators/tramway/event/partaking_feature_decorator.rb