annotate .svn/pristine/54/54b605638b67494dc4e402d9a4b8b824b5990d26.svn-base @ 1433:cfa80f738847
bibliography_testing
Fixed assertion error message.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Tue, 08 Oct 2013 17:29:47 +0100 |
parents |
038ba2d95de8 |
children |
|
rev |
line source |
Chris@1296
|
1 $('#ajax-modal').html('<%= escape_javascript(render(:partial => 'watchers/new', :locals => {:watched => @watched})) %>');
|
Chris@1296
|
2 $('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => @watched})) %>');
|