Sha256: 9c05366b188d72462ad7d5da8a3e4f8bcfb2d4184c9ff65a2084eccd4fc74d67
Contents?: true
Size: 282 Bytes
Versions: 3
Compression:
Stored size: 282 Bytes
Contents
<p id="notice"><%= notice %></p> <% @posts.each do |post| %> <div> <h3 class="post-title"><%= link_to "#{post.title}", post %></h3> <p><%= post.body.split[0..80].join(' ').gsub(/[^0-9a-z \.]/i, '') %></p> </div> <% end %> <br> <%= link_to 'New Post', new_post_path %>
Version data entries
3 entries across 3 versions & 1 rubygems