diff --git a/app/views/status_messages/_status_message.haml b/app/views/status_messages/_status_message.haml index e559598db..c467cbea6 100644 --- a/app/views/status_messages/_status_message.haml +++ b/app/views/status_messages/_status_message.haml @@ -2,7 +2,7 @@ -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. -%h3= markdownify(post.message) += markdownify(post.message) %br - for photo in post.photos = link_to (image_tag photo.url(:thumb_medium)), object_path(photo)