Sha256: d67ad29f8854d01e49f4e61bef261a3e6d77c2743ae9a482abf03982fc0afc3f
Contents?: true
Size: 762 Bytes
Versions: 9
Compression:
Stored size: 762 Bytes
Contents
table thead tr th.col-width-small th.col-width-11 Organism th Sensitivity th 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
9 entries across 9 versions & 1 rubygems