Sha256: 5f4942b9f7beb730b77b966366944df204ce46d4c60d88c45272cfd3fc4464ad

Contents?: true

Size: 432 Bytes

Versions: 3

Compression:

Stored size: 432 Bytes

Contents

#entries
  - @entries.each do |entry|
    .entry{ :class => entry == @entries.last ? 'last' : '' }
      .title
        = link_to entry.title, public_entry_path(entry)
      .date
        = entry.published_at.to_s(:long)
      .content
        ~ entry.body.html_safe
      .meta
        = link_to "Comments: #{entry.comments.count}", public_entry_path(entry) + '#comments'
  #pagination.apple_pagination
    = will_paginate @entries

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jabe-0.5.9 app/views/entries/index.html.haml
jabe-0.5.8 app/views/entries/index.html.haml
jabe-0.5.7 app/views/entries/index.html.haml