Sha256: 3b350f11487500a5dd3ccfa3675fd55c7fc6ff09bd45f75c2c1e70e1f341400d
Contents?: true
Size: 251 Bytes
Versions: 14
Compression:
Stored size: 251 Bytes
Contents
<p style="color: green"><%= notice %></p> <h1>Posts</h1> <div id="posts"> <% @posts.each do |post| %> <%= render post %> <p> <%= link_to "Show this post", post %> </p> <% end %> </div> <%= link_to "New post", new_post_path %>
Version data entries
14 entries across 14 versions & 3 rubygems