Sha256: 22a8519b8730cce879bc47777cc283708e1905ed0bff8dd216ec01c86da362b1
Contents?: true
Size: 389 Bytes
Versions: 2
Compression:
Stored size: 389 Bytes
Contents
<div class="container post"> <h3>Post Details</h3> <div> <label><b>Title:</b></label> <%= @post.title %> </div> <div> <label><b>Description:</b></label> <%= @post.description %> </div> <div> <label><b>Created_by:</b></label> <%= @post.created_by %> </div> <div> <%= link_to 'Back', posts_path, class: "btn btn-info" %> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
form_creation-0.0.5 | app/views/form_creation/posts/show.html.erb |
form_creation-0.0.4 | app/views/form_creation/posts/show.html.erb |