Sha256: c2cdc019758099bbed8fa5cf13da2e7ec243a00aa23533df28b18033d152ad24
Contents?: true
Size: 431 Bytes
Versions: 24
Compression:
Stored size: 431 Bytes
Contents
%h1 Posts #posts - @posts.each do |post| .post.inside{"data-url" => post_path(post)} %h2= link_to post.title, post_path(post) .date= post.created_at.strftime('%B %d, %Y') = raw post.excerpt .spacer - unless @posts.blank? || @posts.total_pages < 2 = will_paginate @posts, :previous_label => image_tag("mobile/arrow.png"), :next_label => image_tag("mobile/arrow.png"), :page_links => false .spacer
Version data entries
24 entries across 24 versions & 1 rubygems