Sha256: c9b3804e18559b2c2640853e5bc94b6eb905d6255e89f6bc1953dbe4c516d966

Contents?: true

Size: 160 Bytes

Versions: 10

Compression:

Stored size: 160 Bytes

Contents

<h1>Listing posts</h1>

<table id='posts'>
  <tr>
    <th>Title</th>
  </tr>

  <%= render @posts %>
</table>

<br />

<%= link_to 'New Post', new_post_path %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
chili-4.0.1 spec/example_app/app/views/posts/index.html.erb
chili-4.0.0 spec/example_app/app/views/posts/index.html.erb
chili-3.1.1 spec/example_app/app/views/posts/index.html.erb
chili-3.1.0 spec/example_app/app/views/posts/index.html.erb
chili-3.0.0 spec/example_app/app/views/posts/index.html.erb
chili-2.0.1 spec/example_app/app/views/posts/index.html.erb
chili-2.0.0 spec/example_app/app/views/posts/index.html.erb
chili-1.0.1 spec/dummy/example_app/app/views/posts/index.html.erb
chili-1.0.0 spec/dummy/example_app/app/views/posts/index.html.erb
chili-0.3.5 spec/dummy/example_app/app/views/posts/index.html.erb