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

pull/351/head
Gregor Schmidt 14 years ago
parent 4fff430846
commit 3893ef9f7d
  1. 2
      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',

Loading…
Cancel
Save