Sha256: 602f88b81fea8731dd3e8167f18bbe75e06147ee960274a44ed61cf93a72f784

Contents?: true

Size: 341 Bytes

Versions: 6

Compression:

Stored size: 341 Bytes

Contents

= within_patient_layout(title: "New Dry Weight",
                        breadcrumbs: clinical_profile_breadcrumb(patient)) do


  .document
    = simple_form_for dry_weight,
        url: patient_clinical_dry_weights_path(patient),
        html: { autocomplete: "off" },
        wrapper: "horizontal_form" do |f|
      = render "form", f: f

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/clinical/dry_weights/new.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/clinical/dry_weights/new.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/clinical/dry_weights/new.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/clinical/dry_weights/new.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/clinical/dry_weights/new.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/clinical/dry_weights/new.html.slim