summaryrefslogtreecommitdiffstats
path: root/app/views/watchers/destroy.js.erb
blob: 12553e8e5946f78881d55c35989a62cadf56ed87 (plain)
1
2
3
4
<% if @watchables.size == 1 %>
  <%= render(:partial => 'watchers/set_watcher',
            :locals => {:watched => @watchables, :user => User.current}) %>
<% end %>