Sha256: 3a786e935bafcd14f2731e2395f5226b592f5f90c7309a1eb8422949c39ac56a
Contents?: true
Size: 509 Bytes
Versions: 56
Compression:
Stored size: 509 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 = f.button :button, "Save" span= " or " = link_to "cancel", patient_problems_path(patient)
Version data entries
56 entries across 56 versions & 1 rubygems