From f84b14bd19110bd8b49edd6870d56ba0bada0f5f Mon Sep 17 00:00:00 2001 From: MrZYX Date: Wed, 3 Nov 2010 15:17:32 +0100 Subject: [PATCH] unscope are_you_sure in photos/show.html.haml --- app/views/photos/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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