diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index fd77c9e99..a7e0152f3 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -29,7 +29,7 @@ <%= link_to(image_tag('delete.png'), {:action => 'destroy', :id => message}, :method => :post, :confirm => l(:text_are_you_sure), :title => l(:button_delete)) if message.destroyable_by?(User.current) %>