Sha256: c659afd0c9c7e1735836c6af60a66953e3573b1d25906130c2ef0eeb22c76761
Contents?: true
Size: 373 Bytes
Versions: 18
Compression:
Stored size: 373 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, autofocus: true = f.button :submit ' or = link_to "cancel", patient_problems_path(patient)
Version data entries
18 entries across 18 versions & 1 rubygems