aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdouard Maffert2016-09-21 12:08:22 +0200
committerEdouard Maffert2016-09-21 12:12:10 +0200
commit39bdc3e56d0a558f99b001e1797e85d16320855d (patch)
tree17e9139e9a7a913182a37315c3d5a397e82f16cd
parent930192da1b8f8b1fe141b808ef39a121ac73b0c1 (diff)
downloadchouette-core-39bdc3e56d0a558f99b001e1797e85d16320855d.tar.bz2
fix companies js for pagination and search. Refs #1679
-rw-r--r--app/views/companies/index.js.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/companies/index.js.slim b/app/views/companies/index.js.slim
index cfb1c719c..2080ed28a 100644
--- a/app/views/companies/index.js.slim
+++ b/app/views/companies/index.js.slim
@@ -1 +1 @@
-| $('#companies').html("= escape_javascript(render('companies'))"); \ No newline at end of file
+| $('#companies').html("#{escape_javascript(render('companies'))}"); \ No newline at end of file