diff -r 0a574315af3e -r 4f746d8966dd app/views/news/show.html.erb
--- a/app/views/news/show.html.erb
+++ b/app/views/news/show.html.erb
@@ -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',
