Sha256: 9420947a21eea4ebfa21bf51f9f3fd1b6f13dc1b1a7c9eeae39e7fe928cc464a

Contents?: true

Size: 531 Bytes

Versions: 20

Compression:

Stored size: 531 Bytes

Contents

.row
  = render "header"

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc13 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/hd/dialysers/index.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/hd/dialysers/index.html.slim