diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml
index 28db44e96460edac9c8228d3b9166b2c4ef5db2c..7f05079e47906b5a55bd388cdba95c5746d17113 100644
--- a/app/views/news/show.rhtml
+++ b/app/views/news/show.rhtml
@@ -1,5 +1,5 @@
 <div class="contextual">
-<%= watcher_tag(@news, User.current) %>
+<%= watcher_link(@news, User.current) %>
 <%= link_to(l(:button_edit), 
       edit_news_path(@news),
       :class => 'icon icon-edit',