From 3893ef9f7df5e7155bf32c1f8e5cc0b155ccb961 Mon Sep 17 00:00:00 2001 From: Gregor Schmidt <ruby@schmidtwisser.de> Date: Tue, 17 May 2011 20:22:05 +0200 Subject: [PATCH] [#416] updating watcher_tag in news/show to use watcher_link --- app/views/news/show.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 28db44e96..7f05079e4 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', -- GitLab