Sha256: 63426c135abda724dd50b7907f8b95723a9b5b74944ba9c5944820f432a4a994

Contents?: true

Size: 526 Bytes

Versions: 75

Compression:

Stored size: 526 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" } do |f|

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

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
renalware-core-2.0.84 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.83 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.82 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.81 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.80 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.79 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.78 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.77 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.76 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.75 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.74 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.73 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.72 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.71 app/views/renalware/problems/problems/edit.html.slim
renalware-core-2.0.70 app/views/renalware/problems/problems/edit.html.slim