Fix pronto error, remove unused file
This commit is contained in:
parent
74a3a9719c
commit
e9350a57fc
2 changed files with 0 additions and 18 deletions
|
|
@ -158,11 +158,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream_photo {
|
|
||||||
float: left;
|
|
||||||
margin-top: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status-message-location {
|
.status-message-location {
|
||||||
color: $text-grey;
|
color: $text-grey;
|
||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
|
|
|
||||||
|
|
@ -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"
|
|
||||||
Loading…
Reference in a new issue