diaspora/app/views/streams/main_stream.mobile.haml
Steffen van Bergerem 4f9ac8dd96 Fix Bootstrap 3 regressions
* mobile notification padding
* width of mobile notifications and stream page
2015-06-07 12:48:12 +02:00

7 lines
278 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.
#main_stream.stream
= render 'shared/stream', posts: @stream.stream_posts
= render 'shared/stream_more_button'