aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorThomas Haddad2017-04-10 12:38:39 +0200
committerThomas Haddad2017-04-10 12:38:39 +0200
commit0bb648c9eebcbcdfdd906e8f5e7839f9a7db253e (patch)
tree2c283952732ea41acf558c7ce072a5b24aea5eb4 /app/views
parent8211f73dc9ac4da15626f0dee329a20fc64d98d0 (diff)
downloadchouette-core-0bb648c9eebcbcdfdd906e8f5e7839f9a7db253e.tar.bz2
Refs #2892: init reactux in edit, fetch and load state with datas
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/time_tables/_form.html.slim7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/time_tables/_form.html.slim b/app/views/time_tables/_form.html.slim
index 65c23231d..fdb735d12 100644
--- a/app/views/time_tables/_form.html.slim
+++ b/app/views/time_tables/_form.html.slim
@@ -59,9 +59,9 @@
.row
.col-lg-12.mb-sm.mt-md
- #periods
- .alert.alert-warning
- |Les éléments ci-dessous sont à supprimer.
+ #time_tables
+ .alert.alert-warning
+ |Les éléments ci-dessous sont à supprimer.
.row
.col-lg-6.col-md-6.col-sm-12.col-xs-12
@@ -98,3 +98,4 @@
= form.button :submit, t('actions.submit'), class: 'btn btn-default formSubmitr', form: 'timetable_form'
+ = javascript_include_tag 'es6_browserified/time_tables/index.js'