annotate .svn/pristine/44/442af9e03c1dc59930a6f774580c2c0e4431038b.svn-base @ 1532:a0460a3d154f
cannam
Toward getting the user id for a committer by name as well as login/email
author |
Chris Cannam |
date |
Wed, 11 Feb 2015 13:13:03 +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@1517
|
2 $('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => @watched})) %>');
|