From: Jean-Philippe Lang Date: Sun, 9 Feb 2014 12:01:22 +0000 (+0000) Subject: Display watch link only when inside project with logged-in user (#2549). X-Git-Tag: 2.5.0~40 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=79d01c7fe57db729cb1a592c7b796ae71503c026;p=redmine.git 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 7fa75dc51..614a7b1f7 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? %>