From 53ded67d9d8f11b50d33bf0db4531021a693f600 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Sat, 7 Jun 2014 11:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E8=B5=9B=E9=80=9A=E7=9F=A5=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=8A=9F=E8=83=BDok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/contestnotifications/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>