From 36009de154e0d7c50d56f21e79e0f812d9d8b5e8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 4 Mar 2011 14:32:58 +0000 Subject: Adds email notifications support for news comments (#2074). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5003 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/news/show.rhtml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/news') diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 0dc3fe358..28db44e96 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -1,4 +1,5 @@
+<%= watcher_tag(@news, User.current) %> <%= link_to(l(:button_edit), edit_news_path(@news), :class => 'icon icon-edit', -- cgit v1.2.3