Sha256: 1257198ce81189436b29cfcdb3f4052bf94fa130365b8450fdcdfb93e237b5fb
Contents?: true
Size: 403 Bytes
Versions: 30
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: 2 }, 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
30 entries across 30 versions & 1 rubygems