Sha256: 61b51bcbc30a7efef720d56a18ce2ac6c4193bac90b2f5006c307e3a5855303a

Contents?: true

Size: 414 Bytes

Versions: 29

Compression:

Stored size: 414 Bytes

Contents

= within_patient_layout(title: "Edit",
                        breadcrumbs: [access_summary_breadrumb(patient),
                                      access_profile_breadcrumb(patient, profile)]) do

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/accesses/profiles/edit.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/accesses/profiles/edit.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/accesses/profiles/edit.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/accesses/profiles/edit.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/accesses/profiles/edit.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/accesses/profiles/edit.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/accesses/profiles/edit.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/accesses/profiles/edit.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/accesses/profiles/edit.html.slim