Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.mobile.haml « posts « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61d8556e811ebee79d089869ccb8f6590d5d3aad (plain)
1
2
3
4
5
6
7
8
-#   Copyright (c) 2010-2011, Diaspora Inc.  This file is
-#   licensed under the Affero General Public License version 3 or later.  See
-#   the COPYRIGHT file.

.stream
  = render partial: "shared/stream_element",
    locals: {post: post, commenting_disabled: commenting_disabled?(post), expanded_info: true}