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