20 lines
423 B
Text
20 lines
423 B
Text
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
|
|
|
|
- content_for :page_title do
|
|
DIASPORA* ALPHA
|
|
- begin
|
|
= render :partial => 'home/show'
|
|
- rescue
|
|
:css
|
|
header{
|
|
display:none;
|
|
}
|
|
body{
|
|
margin-top: 20px;
|
|
}
|
|
:erb
|
|
<%= File.open(File.join(Rails.root, 'public/default.html')).read %>
|