From e5f82351307bc1a2e026679fea76cda94a51f0ec Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 22 Jun 2011 15:53:30 -0400 Subject: Makes sure that there is posts before trying to display them (regression) --- views/Users/feed.html.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/Users/feed.html.php b/views/Users/feed.html.php index 29d8695..142fe7a 100644 --- a/views/Users/feed.html.php +++ b/views/Users/feed.html.php @@ -18,7 +18,9 @@ form->submit('Post!', array('class' => 'button', 'style' => 'float:right')); ?> form->end(); ?>
- + + +

username ?>

@@ -38,7 +40,10 @@

- + + +

Woops! There's no posts yet. Make some friends and get the party started!

+

\ No newline at end of file -- cgit v1.2.3