Sha256: 19654e17f8341e3b8e418ec5a70495635540c8cd541c185a1a4d6cc40a6036f5

Contents?: true

Size: 440 Bytes

Versions: 7

Compression:

Stored size: 440 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jabe-0.7.0 app/views/jabe/entries/index.html.haml
jabe-0.6.5 app/views/jabe/entries/index.html.haml
jabe-0.6.4 app/views/jabe/entries/index.html.haml
jabe-0.6.3 app/views/jabe/entries/index.html.haml
jabe-0.6.2 app/views/jabe/entries/index.html.haml
jabe-0.6.1 app/views/jabe/entries/index.html.haml
jabe-0.6.0 app/views/jabe/entries/index.html.haml