From e9350a57fc43edc2ec875d3a184cf383f0aa895a Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sat, 10 Oct 2015 14:21:21 +0200 Subject: [PATCH] Fix pronto error, remove unused file --- app/assets/stylesheets/stream_element.scss | 5 ----- app/views/photos/_photo.haml | 13 ------------- 2 files changed, 18 deletions(-) delete mode 100644 app/views/photos/_photo.haml diff --git a/app/assets/stylesheets/stream_element.scss b/app/assets/stylesheets/stream_element.scss index c641196fa..d69c6f4bd 100644 --- a/app/assets/stylesheets/stream_element.scss +++ b/app/assets/stylesheets/stream_element.scss @@ -158,11 +158,6 @@ } } - .stream_photo { - float: left; - margin-top: 6px; - } - .status-message-location { color: $text-grey; font-size: $font-size-small; diff --git a/app/views/photos/_photo.haml b/app/views/photos/_photo.haml deleted file mode 100644 index bcea86782..000000000 --- a/app/views/photos/_photo.haml +++ /dev/null @@ -1,13 +0,0 @@ --# Copyright (c) 2010-2011, Diaspora Inc. This file is --# licensed under the Affero General Public License version 3 or later. See --# the COPYRIGHT file. - -= link_to (image_tag post.url(:thumb_large)), person_photo_path(post.author, post), class: 'stream_photo' - -%h1 - = post.pending - -%p.photo_description - = post.text - -= link_to t('.view_all', name: post.author_name), person_photos_path(post.author), class: "small_text"