Sha256: 13f73b3e1acd28f291c0fbaddd960f4ba580542419f126c0177a72e560530b88

Contents?: true

Size: 726 Bytes

Versions: 18

Compression:

Stored size: 726 Bytes

Contents

= within_patient_layout(title: "Edit #{capd_apd_title(regime)} Regime",
                        breadcrumbs: pd_summary_breadcrumb(patient),
                        **local_assigns) do

  = render "renalware/shared/errors", model: regime

  = simple_nested_form_for [patient, regime],
                          as: :pd_regime,
                          wrapper: "horizontal_form",
                          html: { class: "pd-form" },
                          method: :put do |f|

    = render partial: "renalware/pd/regimes/form", locals: local_assigns.merge!(f: f)

    .row
      .large-12.columns
        = submit_tag "Update", class: "button"
        '  or
        = link_to "Cancel", patient_pd_dashboard_path(patient)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
renalware-core-2.0.167 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.166 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.165 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.164 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.163 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.162 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.161 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.160 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.159 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.158 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.157 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.156 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.155 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.153 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.152 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.151 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.149 app/views/renalware/pd/regimes/edit.html.slim
renalware-core-2.0.148 app/views/renalware/pd/regimes/edit.html.slim