Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <div class="row">
  2. <div class="col-md-9">
  3. <h4><%= @post.title %></h4>
  4. <p><small>by <%= @user.username %>, <%= time(@post) %></small></p>
  5. <p><%= @post.body %></p>
  6. </div>
  7. <div class="col-md-3">
  8. <!-- <div class="pull-right"> -->
  9. <img class="img-responsive" src="http://placehold.it/400x300" alt=""><br/>
  10. <!-- </div> -->
  11. </div>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement