|
|
|
@ -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%>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h3><strong><%=h @contestnotification.title %></strong></h3>
|
|
|
|
|