Sha256: f55ffeb9ec952d443f1f799f19e090ba575e0941ef57a5ea0b459cdd7d443cd1

Contents?: true

Size: 180 Bytes

Versions: 5

Compression:

Stored size: 180 Bytes

Contents

<h1>Posts</h1>
<ul>
  <% @posts.each do |post| %>
    <li>
      <strong><%= post.heir_type %></strong>
      <%= link_to post.title, post_path(post) %>
    </li>
  <% end %>
</ul>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
heritage-0.3.2 heritage_demo/app/views/posts/index.html.erb
heritage-0.3.1 heritage_demo/app/views/posts/index.html.erb
heritage-0.3.0 heritage_demo/app/views/posts/index.html.erb
heritage-0.2.0 heritage_demo/app/views/posts/index.html.erb
heritage-0.1.0 heritage_demo/app/views/posts/index.html.erb