Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created October 28, 2011 08:05
Show Gist options
  • Save BDQ/1321842 to your computer and use it in GitHub Desktop.
Save BDQ/1321842 to your computer and use it in GitHub Desktop.
Deface DSL
surround :body, :for => 'layouts/spree_application', :name => 'wrap_body' do
%Q{<div class="wrapper">
<div class="w1">
<div class="w2">
<div class="w3">
<div class="main">
<div id="header">
<h1><a href="http://depts.washington.edu/uwc4c/">University of Washington Center for Commercialization</a></h1><a href="http://www.washington.edu/" class="ad-w">UW</a>
</div>
<%= render_original %>
</div>
</div>
</div>
</div>
</div>}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment