|
|
|
@ -5,8 +5,8 @@
|
|
|
|
|
edit_contest_contestnotification_path(@contestnotification),
|
|
|
|
|
:class => 'icon icon-edit',
|
|
|
|
|
:accesskey => accesskey(:edit),
|
|
|
|
|
:onclick => '$("#edit-contestnotifications").show(); return false;') if User.current.allowed_to?(:manage_contestnotifications, @contest) %>
|
|
|
|
|
<%= delete_link contest_contestnotification_path(@contestnotification) if User.current.allowed_to?(:manage_contestnotifications, @contest) %>
|
|
|
|
|
:onclick => '$("#edit-contestnotifications").show(); return false;') if User.current%>
|
|
|
|
|
<%= delete_link contest_contestnotification_path(@contestnotification) if User.current%>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h3><strong><%=h @contestnotification.title %></strong></h3>
|
|
|
|
|