Sha256: cb6a10d9bf00158448d5da500bb91a0bd8f267c0db0c99409cac463acb0c77b9

Contents?: true

Size: 528 Bytes

Versions: 1

Compression:

Stored size: 528 Bytes

Contents

.row
  = render "header"

.row
  table.modality-codes
    thead
      tr
        th.col-width-small
        th Name
    tbody
      - @modalilty_descriptions.each do |m|
        tr
          td
            = link_to "Edit", edit_modalities_description_path(m.id)
            = pipe_separator
            = link_to "Delete",
                      modalities_description_path(m.id),
                      method: :delete,
                      data: { confirm: "Are you sure you want to delete this modal?" }
          td= m.name

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta4 app/views/renalware/modalities/descriptions/index.html.slim