Skip to content

Instantly share code, notes, and snippets.

@domagude
Created November 1, 2017 08:36
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/4f6900c6aeb1a0ee8d70b5fc33fb4a07 to your computer and use it in GitHub Desktop.
Save domagude/4f6900c6aeb1a0ee8d70b5fc33fb4a07 to your computer and use it in GitHub Desktop.
<div class="single-post-list" id=<%= post_path(post.id) %>>
<%= truncate(post.title, :length => 60) %>
<div class="post-content">
<div class="posted-by">Posted by <%= post.user.name %></div>
<h3><%= post.title %></h3>
<p><%= post.content %></p>
<%= link_to "I'm interested", post_path(post.id), class: 'interested' %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment