Sha256: 570b2cc2d788ccb6fc90d0931e13b9b6391397eda60308301622b4bcf2fed091

Contents?: true

Size: 854 Bytes

Versions: 13

Compression:

Stored size: 854 Bytes

Contents

<section id="articles">
  <% for article in articles[0...3] %>
    <article class="article">
      <header>
        <h1><a href="<%= article.path %>"><%= article.title %></a></h1>
        <span class="date"><%= article.date %></span>
      </header>
      
      <% if article.image_src %>
      <figure>
        <img src="<%= article.image_src || '/img/missing_thumb.png' %>" alt="Post thumbnail" class="thumbnail alignleft" />
      </figure>
      <% end %>
      
      <section class="content">
        <%= article.summary %>
      </section>
      
      <footer>
        <div class="more-link"><a href="<%= article.path %>">read on &raquo;</a></div>
        <span class="meta">
          <p>Posted by <%= article.author %> in <%= article.tag_links %> on <%= article.date %></p>
        </div>
      </footer>
    </article>
  <% end %>
</section>

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
ruby_slippers-0.2.15 test/fixtures/pages/index.html.erb
ruby_slippers-0.2.8 test/fixtures/pages/index.html.erb
ruby_slippers-0.2.4 test/fixtures/pages/index.html.erb
ruby_slippers-0.2.3 test/fixtures/pages/index.html.erb
ruby_slippers-0.2.0 test/fixtures/pages/index.html.erb
ruby-slippers-0.1.43 test/fixtures/pages/index.html.erb
ruby-slippers-0.1.40 test/fixtures/pages/index.html.erb
ruby-slippers-0.1.11 test/fixtures/pages/index.html.erb
ruby-slippers-0.1.7 test/fixtures/pages/index.html.erb
ruby-slippers-0.1.2 test/fixtures/pages/index.rhtml
ruby-slippers-0.1.1 test/fixtures/pages/index.rhtml
ruby-slippers-0.0.26 test/fixtures/pages/index.rhtml
ruby-slippers-0.0.25 test/fixtures/pages/index.rhtml