diff --git a/app/views/contestnotifications/index.html.erb b/app/views/contestnotifications/index.html.erb index 0cf722851..2a240eeca 100644 --- a/app/views/contestnotifications/index.html.erb +++ b/app/views/contestnotifications/index.html.erb @@ -2,7 +2,7 @@ <%= l(:label_notification) %> -<% 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), new_contest_contestnotification_path(@contest), :class => 'icon icon-add',