]> source.dussan.org Git - redmine.git/commitdiff
fix deprecation warning of the format in the template name
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 18 Sep 2012 03:15:00 +0000 (03:15 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 18 Sep 2012 03:15:00 +0000 (03:15 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10419 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/bulk_edit.js.erb
app/views/repositories/new.js.erb

index 98cdb8b82c4b639df34938d62e1b2edb7d585d51..ac84ad1d9f59c818770fa5053a3ac0eff337803f 100644 (file)
@@ -1 +1 @@
-$('#content').html('<%= escape_javascript(render :template => 'issues/bulk_edit.html') %>');
+$('#content').html('<%= escape_javascript(render :template => 'issues/bulk_edit', :formats => [:html]) %>');
index d62580b058c938aa83e3b671138ed577ed631d6f..00fd9cf8a21a0f7c9c7a548c59acf6a308f54c46 100644 (file)
@@ -1 +1 @@
-$('#content').html('<%= escape_javascript(render :template => 'repositories/new.html') %>');
+$('#content').html('<%= escape_javascript(render :template => 'repositories/new', :formats => [:html]) %>');