Sha256: 8d01167c15d99ab58f52d77f7b07fa3a4c60818cc82df863a371a4e8383040e3

Contents?: true

Size: 168 Bytes

Versions: 4

Compression:

Stored size: 168 Bytes

Contents

- @page_title = _('Notes')

.notes-list
  = render 'elabs/layouts/empty' if @notes.length.zero?

  - @notes.each do |n|
    = render 'note', note: n

= paginate @notes

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
elabs-4.0.0 app/views/elabs/notes/index.html.haml
elabs-3.0.0 app/views/elabs/notes/index.html.haml
elabs-2.0.0 app/views/elabs/notes/index.html.haml
elabs-2.0.0.pre app/views/elabs/notes/index.html.haml