23 lines
538 B
Text
23 lines
538 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
|
|
= t('.whatup', :pod => @pod_url)
|
|
|
|
|
|
- content_for :head do
|
|
= include_javascripts :home
|
|
|
|
%h1
|
|
- if params[:tag]
|
|
= t('.posts_tagged_with', :tag => params[:tag])
|
|
- else
|
|
= t('.whatup', :pod => @pod_url)
|
|
|
|
.span-15
|
|
#main_stream.stream
|
|
= render 'shared/stream', :posts => @fakes
|
|
%a.paginate
|
|
= t("more")
|
|
= will_paginate @posts
|