diaspora/app/views/photos/show.mobile.haml
2011-06-16 15:47:16 -07:00

17 lines
525 B
Text
Executable file

-# 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.photo
= image_tag photo.url(:scaled_full)
-if additional_photos && additional_photos.length > 1
#photo_controls
%table
%tr
%td
=link_to "←", previous_photo, :rel => 'prefetch', :class => 'arrow'
%td{:width => '100%'}
%td
=link_to "→", next_photo, :rel => 'prefetch', :class => 'arrow'