Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/activity_streams/photos/show.mobile.haml')
-rw-r--r--app/views/activity_streams/photos/show.mobile.haml21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/views/activity_streams/photos/show.mobile.haml b/app/views/activity_streams/photos/show.mobile.haml
deleted file mode 100644
index 98389ab0a..000000000
--- a/app/views/activity_streams/photos/show.mobile.haml
+++ /dev/null
@@ -1,21 +0,0 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
--# licensed under the Affero General Public License version 3 or later. See
--# the COPYRIGHT file.
-
-#show_content{:data=>{:guid=>@photo.id}}
- = render 'shared/author_info', :person => @photo.author, :post => @photo
-
- = image_tag @photo.image_url
-
- .info
- %span.time
- = t('ago', :time => time_ago_in_words(@photo.created_at))
-
- %br
- - if current_user.owns? @photo
- = link_to t('delete'), @photo, :confirm => t('are_you_sure'), :method => :delete
- - else
- = link_to t('hide'), post_visibility_path(:id => "42", :post_id => @photo.id), :confirm => t('are_you_sure'), :method => :put, :remote => true
-
-.stream.show{:data=>{:guid=>@photo.id}}
- = render "comments/comments", :post => @photo, :comments => @photo.comments, :always_expanded => true