diff --git a/app/views/photos/show.html.haml b/app/views/photos/show.html.haml index bd068731f..f4da75b2c 100644 --- a/app/views/photos/show.html.haml +++ b/app/views/photos/show.html.haml @@ -54,7 +54,7 @@ %div{:class => 'clear'} -if @ownership - = link_to t('.delete_photo'), @photo, :confirm => t('.are_you_sure'), :method => :delete, :class => 'button' + = link_to t('.delete_photo'), @photo, :confirm => t('are_you_sure'), :method => :delete, :class => 'button' .span-9.last #stream.show