Sha256: cb616a65908d8d48128a4866adaf318efd689f1f4ddf2434de7a031e2c0dd479

Contents?: true

Size: 562 Bytes

Versions: 48

Compression:

Stored size: 562 Bytes

Contents

.event id="event#{event.id}"
  - if event.author.try(:avatar_url).present?
    = image_tag event.author.avatar_url, class: "avatar"
  - else
    = image_tag default_avatar_url, class: "avatar"

  p.event-infos
    span.event-person-container
      span.event-person = link_to_object(event.person)
      span.event-separator   = " - "

    span.event-date
      = date(event.date)

    - if event.author
      = " "
      = event.t(:authored_by)
      = " "
      span.event-author
        = event.author.to_s

  p.event-text = text2html(event.text)

  .clearfix

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
dorsale-4.0.0 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.20.0 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.19.1 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.19.0 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.18.0 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.17.0 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.16.0 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.15.0 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.11 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.10 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.9 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.8 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.7 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.6 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.5 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.4 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.3 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.2 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.1 app/views/dorsale/customer_vault/events/_action_other.html.slim
dorsale-3.14.0 app/views/dorsale/customer_vault/events/_action_other.html.slim