Sha256: fc01a22e06cd7082f6c6aee184935c1eb0fee9774768ff0e96eecafbd39b60b8

Contents?: true

Size: 386 Bytes

Versions: 82

Compression:

Stored size: 386 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 }

    .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

82 entries across 82 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta5 app/views/renalware/problems/notes/_form.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/problems/notes/_form.html.slim