Sha256: 84b2cd2eb08ea911c90c4791c634aa72a8a065ba8dfcf2d001b4039340987ab1
Contents?: true
Size: 309 Bytes
Versions: 3
Compression:
Stored size: 309 Bytes
Contents
<h1>Posts list</h1> <p><a href="<%= posts_path('/new') %>">Create a new Post</a></p> <% @posts.each do |post| %> <h2><a href="<%= posts_path("/#{post.id}") %>"><%= post.title %></a></h2> <p>Created on <%= post.created_at %></p> <p><a href="<%= posts_path("/#{post.id}/edit") %>">Edit</a></p> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rmce_uploadr-0.0.3 | examples/sinatra/views/posts/index.erb |
rmce_uploadr-0.0.2 | examples/sinatra/views/posts/index.erb |
rmce_uploadr-0.0.1 | examples/sinatra/views/posts/index.erb |