Sha256: e135dc24dad95835dc851ca5518aeda99f4db6f2ca74d8369d48eb2935a6250c

Contents?: true

Size: 447 Bytes

Versions: 23

Compression:

Stored size: 447 Bytes

Contents

<h1>Listing posts</h1>

<table>
  <tr>
    <th>Title</th>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @posts.each do |post| %>
  <tr>
    <td><%= post.title %></td>
    <td><%= link_to 'Show', post %></td>
    <td><%= link_to 'Edit', edit_post_path(post) %></td>
    <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
  </tr>
<% end %>
</table>

<br />

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

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
spring-0.0.10 test/apps/rails-3-2/app/views/posts/index.html.erb
spring-0.0.9 test/apps/rails-3-2/app/views/posts/index.html.erb
dailycred-0.1.7 dummy/app/views/posts/index.html.erb
spring-0.0.8 test/apps/rails-3-2/app/views/posts/index.html.erb
dailycred-0.1.6 dummy/app/views/posts/index.html.erb
spring-0.0.7 test/apps/rails-3-2/app/views/posts/index.html.erb
spring-0.0.6 test/apps/rails-3-2/app/views/posts/index.html.erb
tinted_tags-0.0.2 spec/dummy/app/views/posts/index.html.erb
spring-0.0.5 test/apps/rails-3-2/app/views/posts/index.html.erb
spring-0.0.4 test/apps/rails-3-2/app/views/posts/index.html.erb
spring-0.0.3 test/apps/rails-3-2/app/views/posts/index.html.erb
spring-0.0.2 test/apps/rails-3-2/app/views/posts/index.html.erb
spring-0.0.1 test/apps/rails-3-2/app/views/posts/index.html.erb
dailycred-0.1.5 dummy/app/views/posts/index.html.erb
dailycred-0.1.461 dummy/app/views/posts/index.html.erb
dailycred-0.1.46 dummy/app/views/posts/index.html.erb
dailycred-0.1.45 dummy/app/views/posts/index.html.erb
dailycred-0.1.44 dummy/app/views/posts/index.html.erb
dailycred-0.1.43 dummy/app/views/posts/index.html.erb
dailycred-0.1.42 dummy/app/views/posts/index.html.erb