Sha256: 14dbbd919bf8cb87740fb5aeedf63b9ad373d352dc784a54eed2ac5584f90588

Contents?: true

Size: 500 Bytes

Versions: 12

Compression:

Stored size: 500 Bytes

Contents

.row
  = render "header"

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc13 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/hd/cannulation_types/index.html.slim