Sha256: 8c38af057a7a27e0eae9382699656c8a5e4ae426599d6aa466d960f404ce42d1

Contents?: true

Size: 607 Bytes

Versions: 1

Compression:

Stored size: 607 Bytes

Contents

- toggle_prefix ||= "event"

table
  thead
    tr
      th.col-width-tiny
      th.col-width-date=t(".created_at")
      - unless local_assigns.fetch(:exclude_type_column, false)
        th.col-width-medium= t(".type")
      th.col-width-medium= t(".description")
      th.created_at.col-width-date-time= t(".date_time")
      th.created_by.col-width-medium= t(".created_by")
  tbody
    = render partial: "renalware/events/events/event",
             collection: events,
             locals: { exclude_type_column: local_assigns[:exclude_type_column],
                       toggle_prefix: toggle_prefix }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta4 app/views/renalware/events/events/_table.html.slim