Sha256: 2ae0765e8119a5507ef72aa00cff5340e365cbd482f0791f3d1370d96e028aa5
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 Bytes
Contents
.row = render "header" = render "renalware/shared/errors", model: @drug .row .large-6.columns = simple_form_for @drug, html: { autocomplete: "off" } do |f| = f.input :name, label: "Drug Name" h6 | Select categories/types for this drug: = f.collection_check_boxes :drug_type_ids, Renalware::Drugs::Type.all, :id, :name = f.button :submit span= " or " = link_to "cancel", drugs_drugs_path
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta4 | app/views/renalware/drugs/drugs/_form.html.slim |