Sha256: 3dd14abc05e2d52a864586c24a40eb61160cea03c0de5006a40d5ffb65b5b22c
Contents?: true
Size: 504 Bytes
Versions: 7
Compression:
Stored size: 504 Bytes
Contents
<div class="fuel fuel-posts"> <div class="tagline"> <h1 class="tagline"><%= link_to @blog_title, root_path %></h1> </div> <% if @posts %> <section class="posts"> <%= paginate @posts %> <% @posts.each do |post| %> <article class="fuel-post fuel-post-index"> <h2 class="fuel-post-title"><%= link_to post.title, post %></h2> <%= render "fuel/posts/post", post: post %> </article> <% end %> </section> <% else %> <% end %> </div>
Version data entries
7 entries across 7 versions & 1 rubygems