From 79d01c7fe57db729cb1a592c7b796ae71503c026 2014-02-09 12:01:22 From: Jean-Philippe Lang Date: 2014-02-09 12:01:22 Subject: [PATCH] Display watch link only when inside project with logged-in user (#2549). git-svn-id: http://svn.redmine.org/redmine/trunk@12868 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb index 7fa75dc..614a7b1 100644 --- a/app/views/news/index.html.erb +++ b/app/views/news/index.html.erb @@ -3,7 +3,7 @@ new_project_news_path(@project), :class => 'icon icon-add', :onclick => 'showAndScrollTo("add-news", "news_title"); return false;') if @project && User.current.allowed_to?(:manage_news, @project) %> -<%= watcher_link(@project.enabled_module('news'), User.current) %> +<%= watcher_link(@project.enabled_module('news'), User.current) if @project && User.current.logged? %>