Sha256: be6741fe4e66dd538f2744714c602d23996c875778d147111c1a93250b1b68f4

Contents?: true

Size: 799 Bytes

Versions: 165

Compression:

Stored size: 799 Bytes

Contents

table
  thead
    tr
      th.col-width-small
      th.col-width-large Organism
      th.col-width-medium Sensitivity
      th.col-width-medium Resistance
  tbody
    - infection_organisms.each do |infection_organism|
      tr
        td
          = link_to "Edit", edit_pd_infection_organism_path(infection_organism), remote: true
          = pipe_separator
          = link_to "Terminate", pd_infection_organism_path(infection_organism),
              method: :delete, remote: true, data: { confirm: "Are you sure?" }
        td= infection_organism
        td= infection_organism.sensitivity
        td= infection_organism.resistance

.right
  = link_to "Add Infection Organism",
            new_pd_infection_organism_path(infectable),
            remote: true,
            class: %i(button tiny)

Version data entries

165 entries across 165 versions & 1 rubygems

Version Path
renalware-core-2.0.15 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.14 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.13 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.12 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.11 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.9 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.8 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.7 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.5 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.4 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.3 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.2 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.1 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.0 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/pd/infection_organisms/_table.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/pd/infection_organisms/_table.html.slim