Sha256: 500a15f11f3f14234b1954d26cafb20dcd89c792e84e2bcd61329f9b220a26f1

Contents?: true

Size: 142 Bytes

Versions: 7

Compression:

Stored size: 142 Bytes

Contents

<ul id="posts">
  <% @posts.each do |post| %>
  <li class="post">
    <%= link_to post.title, post_path(post.id) %>
  </li>
  <% end %>
</ul>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
half-pipe-0.3.0.alpha.1 examples/rails/app/views/posts/index.html.erb
half-pipe-0.2.4 examples/rails/app/views/posts/index.html.erb
half-pipe-0.2.3 examples/rails/app/views/posts/index.html.erb
half-pipe-0.2.2 examples/rails/app/views/posts/index.html.erb
half-pipe-0.2.1 examples/rails/app/views/posts/index.html.erb
half-pipe-0.2.0 examples/rails/app/views/posts/index.html.erb
half-pipe-0.1.0 examples/rails/app/views/posts/index.html.erb