Sha256: 00226c64ade332e2df825a9b2e7526fb321b6b1592a8e06f5ed45dade70590ff
Contents?: true
Size: 380 Bytes
Versions: 75
Compression:
Stored size: 380 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 span= " or " = link_to "cancel", patient_problems_path(patient)
Version data entries
75 entries across 75 versions & 1 rubygems