You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

create.js.erb 343B

123456789
  1. $('#ajax-modal').html(
  2. '<%= escape_javascript(
  3. render(:partial => 'watchers/new',
  4. :locals => {:watchables => @watchables, :users => @users})) %>');
  5. <% if @watchables.size == 1 %>
  6. <%= render(:partial => 'watchers/set_watcher',
  7. :locals => {:watched => @watchables, :user => User.current}) %>
  8. <% end %>