From: Ævar Arnfjörð Bjarmason Date: Tue, 29 Sep 2009 10:12:01 +0000 (+0000) Subject: Actually make the last commit work. I thought Ruby's string interpolation syntax... X-Git-Tag: live~6613 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/801182d2ead71631621dbd77dec486f6646f10a6 Actually make the last commit work. I thought Ruby's string interpolation syntax worked differently --- diff --git a/app/views/site/edit.html.erb b/app/views/site/edit.html.erb index d3258c9cf..b29c0f200 100644 --- a/app/views/site/edit.html.erb +++ b/app/views/site/edit.html.erb @@ -65,7 +65,7 @@ zoom='14' if zoom.nil? window.onbeforeunload=function() { if (!changesaved) { - return '#{escape_javascript(t('site.edit.potlatch_unsaved_changes'))}'; + return '<%= escape_javascript(t('site.edit.potlatch_unsaved_changes')) %>'; } }