Sha256: 1aa8410dc49d0affae9dd32256ae69bb11f655ba435e51863778019e100a09f1

Contents?: true

Size: 419 Bytes

Versions: 10

Compression:

Stored size: 419 Bytes

Contents

<div class="container post-1">        
  <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 style="text-align: center;">
   <%= link_to 'Back', posts_path, class: "btn btn-info" %>
  </div>
</div> 

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
form_creation-0.1.5 app/views/form_creation/posts/show.html.erb
form_creation-0.1.4 app/views/form_creation/posts/show.html.erb
form_creation-0.1.3 app/views/form_creation/posts/show.html.erb
form_creation-0.1.2 app/views/form_creation/posts/show.html.erb
form_creation-0.1.1 app/views/form_creation/posts/show.html.erb
form_creation-0.1.0 app/views/form_creation/posts/show.html.erb
form_creation-0.0.9 app/views/form_creation/posts/show.html.erb
form_creation-0.0.8 app/views/form_creation/posts/show.html.erb
form_creation-0.0.7 app/views/form_creation/posts/show.html.erb
form_creation-0.0.6 app/views/form_creation/posts/show.html.erb