Sha256: 55fc0fe077544a11888d9fc18523242fe08b467a1270bbe266fba6a5aa3204f1
Contents?: true
Size: 403 Bytes
Versions: 45
Compression:
Stored size: 403 Bytes
Contents
.document = simple_form_for note, url: url, wrapper: :horizontal_form, remote: true do |f| = f.input :description, as: :text, input_html: { cols: 50, rows: 3 }, autofocus: true .row .large-offset-3.large-7.columns = f.button :submit, "Save", class: :tiny span= " or " = link_to "cancel", patient_problem_notes_path(problem.patient, problem), remote: true
Version data entries
45 entries across 45 versions & 1 rubygems