annotate app/views/watchers/create.js.erb @ 1564:53c879bb2f7f live

Update Gemfile
author Chris Cannam
date Tue, 26 Jan 2016 10:37:37 +0000
parents dffacf8a6908
children
rev   line source
Chris@1517 1 $('#ajax-modal').html('<%= escape_javascript(render(:partial => 'watchers/new', :locals => {:watched => @watched, :users => @users})) %>');
Chris@1115 2 $('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => @watched})) %>');