Sha256: 5f717839f9383a31fcab090101dd0dbdce31697cc54433d234f225cb6d3f35f4

Contents?: true

Size: 353 Bytes

Versions: 127

Compression:

Stored size: 353 Bytes

Contents

- if notes.empty?
  #new-note-area
    spam No notes

- else
  table.auto-layout
    thead
      th Description
      th.col-width-medium Recorded By
      th.col-width-date-time Recorded On

    tbody
      - notes.each do |note|
        tr
          td= note.description
          td= note.updated_by
          td= l note.updated_at

  #new-note-area

Version data entries

127 entries across 127 versions & 1 rubygems

Version Path
renalware-core-2.0.94 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.93 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.92 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.91 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.90 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.89 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.88 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.87 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.86 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.85 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.84 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.83 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.82 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.81 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.80 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.79 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.78 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.77 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.76 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.75 app/views/renalware/problems/notes/_table.html.slim