aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/time_table_combinations
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/time_table_combinations')
-rw-r--r--app/views/time_table_combinations/create_failure.js.slim4
-rw-r--r--app/views/time_table_combinations/create_success.js.slim8
-rw-r--r--app/views/time_table_combinations/new.js.slim4
3 files changed, 8 insertions, 8 deletions
diff --git a/app/views/time_table_combinations/create_failure.js.slim b/app/views/time_table_combinations/create_failure.js.slim
index 8eee027a8..c5b544483 100644
--- a/app/views/time_table_combinations/create_failure.js.slim
+++ b/app/views/time_table_combinations/create_failure.js.slim
@@ -1,3 +1,3 @@
-var combine_form_partial = "#{j render 'time_table_combinations/combine_form'}";
+| var combine_form_partial = "#{j render 'time_table_combinations/combine_form'}";
-$('#new_time_table_combination').replaceWith(combine_form_partial); \ No newline at end of file
+| $('#new_time_table_combination').replaceWith(combine_form_partial); \ No newline at end of file
diff --git a/app/views/time_table_combinations/create_success.js.slim b/app/views/time_table_combinations/create_success.js.slim
index 54712142e..f18eea4bc 100644
--- a/app/views/time_table_combinations/create_success.js.slim
+++ b/app/views/time_table_combinations/create_success.js.slim
@@ -1,6 +1,6 @@
-var combine_form_partial = "#{j render 'time_table_combinations/combine_form'}";
+| var combine_form_partial = "#{j render 'time_table_combinations/combine_form'}";
-$('#new_time_table_combination').replaceWith(combine_form_partial);
+| $('#new_time_table_combination').replaceWith(combine_form_partial);
-var time_table_partial = "#{j render 'time_tables/show_time_table'}";
-$('#time_table_show').replaceWith(time_table_partial); \ No newline at end of file
+| var time_table_partial = "#{j render 'time_tables/show_time_table'}";
+| $('#time_table_show').replaceWith(time_table_partial); \ No newline at end of file
diff --git a/app/views/time_table_combinations/new.js.slim b/app/views/time_table_combinations/new.js.slim
index 3bc6c22f8..749ec04f6 100644
--- a/app/views/time_table_combinations/new.js.slim
+++ b/app/views/time_table_combinations/new.js.slim
@@ -1,2 +1,2 @@
-var combine_form_partial = "#{j render 'time_table_combinations/combine_form'}";
-$('#new_time_table_combination').replaceWith(combine_form_partial); \ No newline at end of file
+| var combine_form_partial = "#{j render 'time_table_combinations/combine_form'}";
+| $('#new_time_table_combination').replaceWith(combine_form_partial); \ No newline at end of file