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.116 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.115 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.113 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.112 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.111 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.110 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.109 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.108 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.106 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.105 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.104 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.103 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.102 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.101 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.100 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.99 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.98 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.97 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.96 app/views/renalware/problems/notes/_table.html.slim
renalware-core-2.0.95 app/views/renalware/problems/notes/_table.html.slim