annotate .svn/pristine/44/442af9e03c1dc59930a6f774580c2c0e4431038b.svn-base @ 1578:06ca2df3d7ca dockerise

A couple of missing bits, including a test repo in the Vagrant provision
author Chris Cannam
date Fri, 04 Aug 2017 15:43:03 +0100
parents dffacf8a6908
children
rev   line source
Chris@1517 1 $('#ajax-modal').html('<%= escape_javascript(render(:partial => 'watchers/new', :locals => {:watched => @watched, :users => @users})) %>');
Chris@1517 2 $('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => @watched})) %>');