diaspora/app/views/photos/_photo.haml
Augier 207b6c6153 Port to Bootstrap 3
correcting images display on stream sidebar

Corrections on profile page
2015-06-04 18:05:43 +02:00

13 lines
431 B
Text

-# 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"