3 lines
175 B
Text
3 lines
175 B
Text
<% if @watchables.size == 1 %>
|
|
$('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => @watchables.first})) %>');
|
|
<% end %>
|