Skip to content

Instantly share code, notes, and snippets.

@sarahmei
Created September 4, 2011 21:20
Show Gist options
  • Save sarahmei/1193530 to your computer and use it in GitHub Desktop.
Save sarahmei/1193530 to your computer and use it in GitHub Desktop.
- 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