Skip to content

Instantly share code, notes, and snippets.

@domagude
Created October 29, 2017 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/a3b9e8f364a8637bf57cdd2ddec7f11b to your computer and use it in GitHub Desktop.
Save domagude/a3b9e8f364a8637bf57cdd2ddec7f11b to your computer and use it in GitHub Desktop.
<div id="single-post-content" class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="posted-by">Posted by <%= @post.user.name %></div>
<h3><%= @post.title %></h3>
<p><%= @post.content %></p>
</div>
</div><!-- row -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment