Sha256: 8d5538c6183a951ff3a171b0cb09635381baea4a19f31eb484009809a7f59c7a
Contents?: true
Size: 396 Bytes
Versions: 18
Compression:
Stored size: 396 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: 2 }, autofocus: true .row .large-offset-3.large-7.columns = f.button :submit, "Save", class: :tiny ' or = link_to "cancel", patient_problem_notes_path(problem.patient, problem), remote: true
Version data entries
18 entries across 18 versions & 1 rubygems