Sha256: 183ae7259c4e4f3d3ae424549f98a76b74c21a00978cc834f4193f188fe9ee95

Contents?: true

Size: 629 Bytes

Versions: 5

Compression:

Stored size: 629 Bytes

Contents

<!-- Show post based on user id -->
<div class="container post-1">        
  <h3 class="post-details">Post Details</h3>   
  <div class="row">
    <div class="col-md-4 "><b>Title:</b></div>
    <div class="col-md-8"><%= @post.title %></div>
  </div>
  <div class="row">
    <div class="col-md-4 "><b>Description:</b></div>
    <div class="col-md-8 "><%= @post.description %></div>
  </div>
  <div class="row">
    <div class="col-md-4 "><b>Created By:</b></div>
    <div class="col-md-8"><%= @post.created_by %></div>
  </div>
  <div class="back-btn">
   <%= link_to 'Back', posts_path, class: "btn btn-info" %>
  </div>
</div>  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
form_creation-0.2.0 app/views/form_creation/posts/show.html.erb
form_creation-0.1.9 app/views/form_creation/posts/show.html.erb
form_creation-0.1.8 app/views/form_creation/posts/show.html.erb
form_creation-0.1.7 app/views/form_creation/posts/show.html.erb
form_creation-0.1.6 app/views/form_creation/posts/show.html.erb