diaspora/app/views/conversations/_message.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

14 lines
567 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.
.stream_element{:data=>{:guid=>message.id}, :id => ('first_unread' if @first_unread_message_id == message.id)}
.media
.col-xs-1
= person_image_link(message.author, :size => :thumb_small)
.col-xs-11
= person_link(message.author, :class => 'author from')
= timeago(message.created_at)
%div{ :class => direction_for(message.text) }
= message.message.markdownified