diff options
| author | Edouard Maffert | 2016-09-21 12:08:22 +0200 |
|---|---|---|
| committer | Edouard Maffert | 2016-09-21 12:12:10 +0200 |
| commit | 39bdc3e56d0a558f99b001e1797e85d16320855d (patch) | |
| tree | 17e9139e9a7a913182a37315c3d5a397e82f16cd | |
| parent | 930192da1b8f8b1fe141b808ef39a121ac73b0c1 (diff) | |
| download | chouette-core-39bdc3e56d0a558f99b001e1797e85d16320855d.tar.bz2 | |
fix companies js for pagination and search. Refs #1679
| -rw-r--r-- | app/views/companies/index.js.slim | 2 |
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 |
