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