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