Sha256: 5ffc0945ea6fb8daa589000a78b5d22021239930c0063d6987e512c68ef595d9

Contents?: true

Size: 646 Bytes

Versions: 43

Compression:

Stored size: 646 Bytes

Contents

= within_admin_layout(title: "HD Cannulation Types") do
  dl.sub-nav
    dd= link_to "List", hd_cannulation_types_path
    dd= link_to "Add type", new_hd_cannulation_type_path

  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

43 entries across 43 versions & 1 rubygems

Version Path
renalware-core-2.0.46 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.45 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.44 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.43 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.42 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.41 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.40 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.39 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.38 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.37 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.36 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.35 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.34 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.33 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.32 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.31 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.30 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.28 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.27 app/views/renalware/hd/cannulation_types/index.html.slim
renalware-core-2.0.26 app/views/renalware/hd/cannulation_types/index.html.slim