diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/news/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb index 38eecd262..7fa75dc51 100644 --- a/app/views/news/index.html.erb +++ b/app/views/news/index.html.erb @@ -3,6 +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) %> </div> <div id="add-news" style="display:none;"> |