diaspora/app/views/status_messages/show.html.haml
2010-09-20 20:17:18 -07:00

16 lines
517 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3. See
-# the COPYRIGHT file.
%h1
= link_to @status_message.person.real_name, @status_message.person
= auto_link sanitize @status_message.message
%h4= "comments (#{@status_message.comments.count})"
= render "comments/comments", :post => @status_message
%p
- if current_user.owns? @status_message
= link_to "Destroy", @status_message, :confirm => 'Are you sure?', :method => :delete