Sha256: 54e45653ee38d7555fb728235d14e8813c1b1ba0c4d1343d01db0f749716d444

Contents?: true

Size: 468 Bytes

Versions: 151

Compression:

Stored size: 468 Bytes

Contents

= render "renalware/shared/errors", model: station
= simple_form_for station,
                  url: url,
                  wrapper: :horizontal_form do |f|

  = f.input :name, wrapper: :horizontal_medium
  = f.input :location_id,
            collection: Renalware::HD::StationLocation.pluck(:name, :id),
            wrapper: :horizontal_medium

  = f.submit "Save", class: "button"
  span= " or "
  = link_to "cancel", hd_unit_stations_path(station.hospital_unit_id)

Version data entries

151 entries across 151 versions & 1 rubygems

Version Path
renalware-core-2.0.18 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.17 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.16 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.15 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.14 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.13 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.12 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.11 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.9 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.8 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.7 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.5 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.4 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.3 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.2 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.1 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.0 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/hd/stations/_form.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/hd/stations/_form.html.slim