create.js.erb
5 lines
| 322 B
| text/plain
|
TextLexer
|
r14929 | $('#ajax-modal').html('<%= escape_javascript(render(:partial => 'watchers/new', :locals => {:watchables => @watchables, :users => @users})) %>'); | ||
<% if @watchables.size == 1 %> | ||||
$('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => @watchables.first})) %>'); | ||||
<% end %> | ||||