diff options
Diffstat (limited to 'app/views/news')
-rw-r--r-- | app/views/news/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index d4c0bae3e..d359e90b9 100644 --- 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', |