Sha256: af8232b8dfa7b9d77cf23312f960fdcc1ab4e0ca72338fa5a5f897de1eaebded

Contents?: true

Size: 501 Bytes

Versions: 8

Compression:

Stored size: 501 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

8 entries across 8 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta11 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/hd/cannulation_types/index.html.slim