diaspora/app/views/posts/show.html.haml
2012-02-21 15:23:27 -08:00

16 lines
340 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
= post_page_title @post
#main_stream
%br
%br
%br
#post-nav
= link_to 'prev', post_path(@post.id-1)
= link_to 'next', post_path(@post.id+1)