Sha256: 5e0f23267523a4cf189869259fb4e47c4a75ae43764bbd2a5a6834b0b431d2b8
Contents?: true
Size: 478 Bytes
Versions: 5
Compression:
Stored size: 478 Bytes
Contents
<h1>Image post</h1> <p> <%= link_to "List", image_posts_path %> <%= link_to "Edit", edit_image_post_path(@image_post) %> <%= link_to "Delete", image_post_path(@image_post), :method => :delete %> </p> <ul> <li><strong>Title:</strong> <%= @image_post.title %></li> <li><strong>Aspect:</strong> <%= @image_post.aspect %></li> <li><strong>Created at:</strong> <%= @image_post.created_at %></li> <li><strong>Updated at:</strong> <%= @image_post.updated_at %></li> </ul>
Version data entries
5 entries across 5 versions & 1 rubygems