Created
October 28, 2011 07:40
-
-
Save BDQ/1321822 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem 'deface', :git => 'git://github.com/railsdog/deface.git', :ref => '881e6d09f292a58d929abc19feac5ef2f8d87b70' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rockin!! Thanks so much for your help!