Sha256: 2b327407ee8b68849eb56c2c669d102af816e5a6e980aa5a553cdd7e83a0bca9

Contents?: true

Size: 202 Bytes

Versions: 14

Compression:

Stored size: 202 Bytes

Contents

<h1>Listing posts</h1>

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

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

<br />

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
chili-0.3.4 spec/dummy/example_app/app/views/posts/index.html.erb
chili-0.3.3 spec/dummy/example/app/views/posts/index.html.erb
chili-0.3.2 spec/dummy/example/app/views/posts/index.html.erb
chili-0.3.1 spec/dummy/example/app/views/posts/index.html.erb
chili-0.3.0 spec/dummy/example/app/views/posts/index.html.erb
chili-0.2.2 spec/dummy/example/app/views/posts/index.html.erb
chili-0.2.1 spec/dummy/example/app/views/posts/index.html.erb
chili-0.2.0 spec/dummy/example/app/views/posts/index.html.erb
chili-0.1.0 spec/dummy/main_app/app/views/posts/index.html.erb
chili-0.0.9 spec/dummy/main_app/app/views/posts/index.html.erb
chili-0.0.8 spec/dummy/main_app/app/views/posts/index.html.erb
chili-0.0.7 spec/dummy/main_app/app/views/posts/index.html.erb
chili-0.0.6 spec/dummy/main_app/app/views/posts/index.html.erb
chili-0.0.5 spec/dummy/main_app/app/views/posts/index.html.erb