Sha256: 90183b37c6ac3e0756852d468ddf64060e707c4f3da827f0b27f6561b8861d2e

Contents?: true

Size: 403 Bytes

Versions: 134

Compression:

Stored size: 403 Bytes

Contents

table
  thead
    tr
      th.col-width-small
      th Name
  tbody
    - event_types.each do |t|
      tr
        td
          = link_to "Edit", edit_events_type_path(t.id)
          = pipe_separator
          = link_to "Delete",
                    events_type_path(t.id),
                    method: :delete,
                    data: { confirm: I18n.t("prompts.confirm_delete") }
        td= t.name

Version data entries

134 entries across 134 versions & 1 rubygems

Version Path
renalware-core-2.0.124 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.123 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.121 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.120 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.119 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.118 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.117 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.116 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.115 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.113 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.112 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.111 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.110 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.109 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.108 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.106 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.105 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.104 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.103 app/views/renalware/events/types/_table.html.slim
renalware-core-2.0.102 app/views/renalware/events/types/_table.html.slim