diaspora/app/views/home/show.html.haml
2012-05-10 20:43:00 -07:00

14 lines
338 B
Text

-# Copyright (c) 2010-2011, 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*
- begin
= render :partial => 'home/show'
- rescue
:erb
<%= File.open(File.join(Rails.root, 'public/default.html')).read %>