summaryrefslogtreecommitdiffstats
path: root/app/views/news
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-04 14:32:58 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-04 14:32:58 +0000
commit36009de154e0d7c50d56f21e79e0f812d9d8b5e8 (patch)
tree94534f093b942f97c90e004350b95fe1a6a0afd0 /app/views/news
parent8d3773e0e1d0e259a2a193f31515ee910eb88626 (diff)
downloadredmine-36009de154e0d7c50d56f21e79e0f812d9d8b5e8.tar.gz
redmine-36009de154e0d7c50d56f21e79e0f812d9d8b5e8.zip
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
Diffstat (limited to 'app/views/news')
-rw-r--r--app/views/news/show.rhtml1
1 files changed, 1 insertions, 0 deletions
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 @@
<div class="contextual">
+<%= watcher_tag(@news, User.current) %>
<%= link_to(l(:button_edit),
edit_news_path(@news),
:class => 'icon icon-edit',