Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created October 28, 2011 07:40
Show Gist options
  • Save BDQ/1321822 to your computer and use it in GitHub Desktop.
Save BDQ/1321822 to your computer and use it in GitHub Desktop.
gem 'deface', :git => 'git://github.com/railsdog/deface.git', :ref => '881e6d09f292a58d929abc19feac5ef2f8d87b70'
Deface::Override.new(:virtual_path => "layouts/spree_application",
:surround => "body",
:name => "wrap_body",
:text => %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>})
@ivanoats
Copy link

Rockin!! Thanks so much for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment