diff options
| author | cedricnjanga | 2017-09-12 18:28:48 +0200 |
|---|---|---|
| committer | cedricnjanga | 2017-09-12 18:28:48 +0200 |
| commit | 900efccf1ef8778807b7ef6c373b3ea346db830d (patch) | |
| tree | 46b86d21b39a3ac38b09fdcb6a252b52fbd2c87c | |
| parent | 0222139b23393937bf32586ca00cbf7f2a4cb88e (diff) | |
| download | chouette-core-900efccf1ef8778807b7ef6c373b3ea346db830d.tar.bz2 | |
Change typo to load time_table.js file in time_table#index
| -rw-r--r-- | app/views/time_tables/index.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/time_tables/index.html.slim b/app/views/time_tables/index.html.slim index a1b9c4e09..2390c2df0 100644 --- a/app/views/time_tables/index.html.slim +++ b/app/views/time_tables/index.html.slim @@ -69,4 +69,4 @@ = javascript_tag do | window.I18n = #{(I18n.backend.send(:translations).to_json).html_safe}; -= javascript_include_tag 'filters/timetable.js' += javascript_include_tag 'filters/time_table.js' |
