Skip to content

Instantly share code, notes, and snippets.

@leemcalilly
Created December 18, 2012 22:10
Show Gist options
  • Save leemcalilly/4332534 to your computer and use it in GitHub Desktop.
Save leemcalilly/4332534 to your computer and use it in GitHub Desktop.
views/refinery/pages/home.html.erb
<div class="row">
<div class="span8">
<%= raw @page.content_for(:intro) %>
</div>
<div class="span4">
<%= raw @page.content_for(:quote) %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment