Sha256: 39e00a351ef19f8b11907bf101eb4497b5aa3caa221a9b5b00f9dfc47d6fbd35
Contents?: true
Size: 564 Bytes
Versions: 2
Compression:
Stored size: 564 Bytes
Contents
- toggle_prefix ||= "event" table.has_togglable_rows thead tr th.col-width-tiny th.created_at.col-width-date-time= t(".thead.date_time") - unless local_assigns.fetch(:exclude_type_column, false) th.col-width-large= t(".thead.type") th.created_by.col-width-medium= t(".thead.created_by") tbody = render partial: "renalware/events/events/simple/event", collection: events, locals: { exclude_type_column: local_assigns[:exclude_type_column], toggle_prefix: toggle_prefix }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.1.1 | app/views/renalware/events/events/simple/_table.html.slim |
renalware-core-2.1.0 | app/views/renalware/events/events/simple/_table.html.slim |