diff --git a/app/views/contestnotifications/show.html.erb b/app/views/contestnotifications/show.html.erb index 17de4a85c..4a200d457 100644 --- a/app/views/contestnotifications/show.html.erb +++ b/app/views/contestnotifications/show.html.erb @@ -6,7 +6,7 @@ :class => 'icon icon-edit', :accesskey => accesskey(:edit), :onclick => '$("#edit-contestnotifications").show(); return false;') if User.current%> - <%= delete_link contest_contestnotification_path(@contestnotification) if User.current%> + <%= delete_link contest_contestnotification_path(@contest, @contestnotification) if User.current%>

<%=h @contestnotification.title %>