diaspora/app/views/status_messages/_status_message.haml
2010-11-29 19:57:20 -08:00

12 lines
384 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.
%p
= markdownify(post.message, :youtube_maps => post[:youtube_titles])
- if post.photos.count > 0
.photo_attachments
- for photo in post.photos
= link_to (image_tag photo.url(:thumb_medium)), photo_path(photo)