Created
September 4, 2011 21:20
-
-
Save sarahmei/1193530 to your computer and use it in GitHub Desktop.
This file contains 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
- content_for :page_title do | |
DIASPORA* ALPHA | |
- begin | |
= render :partial => 'home/show' | |
- rescue Exception => e | |
= e.inspect | |
:css | |
header{ | |
display:none; | |
} | |
body{ | |
margin-top: 20px; | |
} | |
:erb | |
<%= File.open(File.join(Rails.root, 'public/default.html')).read %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment