Sha256: 9349cd6ca43e44ab520f7d95fd6f2891d464f518a54394b39c147105071797bb

Contents?: true

Size: 545 Bytes

Versions: 26

Compression:

Stored size: 545 Bytes

Contents

= within_patient_layout(title: "Edit",
                        breadcrumbs: [problems_breadcrumb(patient),
                                      problem_breadcrumb(patient, problem)])

  = simple_form_for problem,
                    url: patient_problem_path(patient, problem),
                    html: { autocomplete: "off", class: "problem-form" },
                    wrapper: :horizontal_form do |f|

      = f.input :description
      = f.button :button, "Save"
      span= " or "
      = link_to "cancel", patient_problems_path(patient)

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/problems/problems/edit.html.slim