Sha256: dce3e9c5e481c1936bbafe678b3c33d9ea798c29269ff5128a09c88d50a269d0
Contents?: true
Size: 363 Bytes
Versions: 56
Compression:
Stored size: 363 Bytes
Contents
= within_patient_layout(title: "New", breadcrumbs: problems_breadcrumb(patient)) do = simple_form_for problem, url: patient_problems_path(patient), html: { autocomplete: "off" } do |f| = f.input :description, as: :text = f.button :submit span= " or " = link_to "cancel", patient_problems_path(patient)
Version data entries
56 entries across 56 versions & 1 rubygems