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

Version Path
renalware-core-2.0.147 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.146 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.145 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.144 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.143 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.142 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.141 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.140 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.139 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.138 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.137 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.136 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.135 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.134 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.133 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.132 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.131 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.130 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.129 app/views/renalware/drugs/drugs/_form.html.slim
renalware-core-2.0.128 app/views/renalware/drugs/drugs/_form.html.slim