Skip to content

Instantly share code, notes, and snippets.

@jordanhudgens
Created November 25, 2015 17:46
Show Gist options
  • Save jordanhudgens/b5e8052a77beabf50992 to your computer and use it in GitHub Desktop.
Save jordanhudgens/b5e8052a77beabf50992 to your computer and use it in GitHub Desktop.
<%= div_for(@post, class: "post-index-page") do %>
  <p><strong><%= @post.title %></strong> <%= @post.summary %></p>
<% end %>
<%= div_for(@post, class: "post-index-page") do %>
  <p><strong><%= @post.title %></strong> <%= @post.summary %></p>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment