diff --git a/app/views/issues/_relations.html.erb b/app/views/issues/_relations.html.erb index 4c114c4..8c8b079 100644 --- a/app/views/issues/_relations.html.erb +++ b/app/views/issues/_relations.html.erb @@ -20,7 +20,8 @@ <%= format_date(relation.other_issue(@issue).start_date) %> <%= format_date(relation.other_issue(@issue).due_date) %> <%= link_to_remote(image_tag('link_break.png'), { :url => {:controller => 'issue_relations', :action => 'destroy', :id => relation}, - :method => :delete + :method => :delete, + :confirm => l(:text_are_you_sure) }, :title => l(:label_relation_delete)) if authorize_for('issue_relations', 'destroy') %> <% end %>