diff --git a/app/views/contestnotifications/index.html.erb b/app/views/contestnotifications/index.html.erb index 2a240eeca..870c4cd4c 100644 --- a/app/views/contestnotifications/index.html.erb +++ b/app/views/contestnotifications/index.html.erb @@ -1,16 +1,12 @@ <%= l(:label_notification) %> - <% 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', :onclick => 'showAndScrollTo("add-contestnotifications", "contestnotifications_title"); return false;') %> <% end %> - - - <% if @contest %>