Sha256: 04797c659cce4d445d411a72640ecc67741f852a31f2cd7aa96b4f57a15957a7
Contents?: true
Size: 418 Bytes
Versions: 156
Compression:
Stored size: 418 Bytes
Contents
= 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
156 entries across 156 versions & 1 rubygems