aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcedricnjanga2017-09-12 18:28:48 +0200
committercedricnjanga2017-09-12 18:28:48 +0200
commit900efccf1ef8778807b7ef6c373b3ea346db830d (patch)
tree46b86d21b39a3ac38b09fdcb6a252b52fbd2c87c
parent0222139b23393937bf32586ca00cbf7f2a4cb88e (diff)
downloadchouette-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.slim2
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'