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