Sha256: 856e7a07b2a487dd1937a675b7676c8a18961e1f1d5d6113453aa141cb665c8a

Contents?: true

Size: 403 Bytes

Versions: 2

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
        '  or
        = link_to t("btn.cancel"), patient_problem_notes_path(problem.patient, problem), remote: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/problems/notes/_form.html.slim
renalware-core-2.1.0 app/views/renalware/problems/notes/_form.html.slim