<% if current_user %>
<%= check_box_tag 'watch', 1, current_user.watchings.check(current_user.id, @channel.id) %>
<% end %>