unscope are_you_sure in photos/show.html.haml
This commit is contained in:
parent
b33aa9a0fb
commit
f84b14bd19
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue