17 lines
526 B
Text
Executable file
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'
|