Sha256: 0071db2d9dacfc13bb306faf5fcd3d3458bfe6e71dd61c6fa46ad8a5bf2782e9

Contents?: true

Size: 431 Bytes

Versions: 134

Compression:

Stored size: 431 Bytes

Contents

= within_admin_layout(title: "Edit", breadcrumbs: [ \
      breadcrumb_for(ward.hospital_unit.name, hospitals_units_path),
      breadcrumb_for("Wards", hospitals_unit_wards_path(ward.hospital_unit)) \
  ]) do

  = simple_form_for ward,
        url: hospitals_unit_ward_path(ward.hospital_unit, ward),
        html: { autocomplete: "off" },
        as: :ward,
        wrapper: "horizontal_form" do |f|

      = render "form", f: f

Version data entries

134 entries across 134 versions & 1 rubygems

Version Path
renalware-core-2.0.104 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.103 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.102 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.101 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.100 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.99 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.98 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.97 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.96 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.95 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.94 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.93 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.92 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.91 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.90 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.89 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.88 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.87 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.86 app/views/renalware/hospitals/wards/edit.html.slim
renalware-core-2.0.85 app/views/renalware/hospitals/wards/edit.html.slim