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