Sha256: d7e348e82486cc82743349726ad842493dbe51a710b06723120cb4332e1607b8

Contents?: true

Size: 509 Bytes

Versions: 4

Compression:

Stored size: 509 Bytes

Contents

<div class="fuel fuel-posts">
  <div class="tagline">
    <h1 class="tagline"><%= link_to @blog_title, blog_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

4 entries across 4 versions & 1 rubygems

Version Path
fuel-0.3.3 app/views/fuel/posts/index.html.erb
fuel-0.3.2 app/views/fuel/posts/index.html.erb
fuel-0.3.1 app/views/fuel/posts/index.html.erb
fuel-0.3.0 app/views/fuel/posts/index.html.erb