|
|
@ -2,7 +2,7 @@
|
|
|
|
<%= l(:label_notification) %>
|
|
|
|
<%= l(:label_notification) %>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
<% if User.current.logged? && User.current == @contest.author %>
|
|
|
|
<% if User.current.logged? && (User.current.admin? ||User.current == @contest.author) %>
|
|
|
|
<%= link_to(l(:bale_news_notice),
|
|
|
|
<%= link_to(l(:bale_news_notice),
|
|
|
|
new_contest_contestnotification_path(@contest),
|
|
|
|
new_contest_contestnotification_path(@contest),
|
|
|
|
:class => 'icon icon-add',
|
|
|
|
:class => 'icon icon-add',
|
|
|
|