diaspora/app/views/photos/show.mobile.haml
2011-03-28 16:04:29 -04:00

17 lines
526 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 "←", @prev_photo, :rel => 'prefetch', :class => 'arrow'
%td{:width => '100%'}
%td
=link_to "→", @next_photo, :rel => 'prefetch', :class => 'arrow'