Sha256: 4e90b499144bbb600780f17b32fb927f0b0ecfee98925f1068c339324b99d7cf
Contents?: true
Size: 387 Bytes
Versions: 2
Compression:
Stored size: 387 Bytes
Contents
layout: two-columns --- | <%= render :snippet=>'blog_entry', :post=>post, :from=>:post %> <div class="post-pager"> <% if post.has_next? %> <%= link_to "« #{post.next.title}", :post=>post.next %> :: <% end %> <%= link_to_home 'Main' %> <% if post.has_previous? %> :: <%= link_to "#{post.previous.title} »", :post=>post.previous %> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bloggit-1.0.3 | test/fixtures/test.blog/themes/default/templates/post.rhtml |
bloggit-1.0.7 | test/fixtures/test.blog/themes/default/templates/post.rhtml |