Skip to content

Instantly share code, notes, and snippets.

View joebrislin's full-sized avatar

Joe Brislin joebrislin

View GitHub Profile
@joebrislin
joebrislin / contact.html.erb
Last active February 24, 2016 15:18
Code Samples -Marketing Website Contact Page (Ruby on Rails / Refinery)
<%= render 'refinery/shared/header_full_width_title' %>
<div class="row wow fadeInUp" data-wow-duration="2s" data-wow-offset="20">
<div class="col-sm-6">
<%= raw @page.content_for(:body) %>
</div>
<div class="col-sm-6">
<%= raw Refinery::Page.find_by_path_or_id(nil, 26).content_for(:teaser) %>
</div>
</div>