[#416] updating watcher_tag in news/show to use watcher_link

This commit is contained in:
Gregor Schmidt 2011-05-17 20:22:05 +02:00
parent 4fff430846
commit 3893ef9f7d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="contextual"> <div class="contextual">
<%= watcher_tag(@news, User.current) %> <%= watcher_link(@news, User.current) %>
<%= link_to(l(:button_edit), <%= link_to(l(:button_edit),
edit_news_path(@news), edit_news_path(@news),
:class => 'icon icon-edit', :class => 'icon icon-edit',