aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorjpl2017-04-21 15:23:52 +0200
committerjpl2017-04-21 15:23:52 +0200
commit2ffcf215b65ce688d895975bb830aee6c75802c3 (patch)
treea213656117f761aa22331b2e8c591fd2d93240a8 /app
parent82122043351d9881a23be2ea3402c33e9094d408 (diff)
downloadchouette-core-2ffcf215b65ce688d895975bb830aee6c75802c3.tar.bz2
Refs #3892: cleaning layout
Diffstat (limited to 'app')
-rw-r--r--app/views/time_tables/_form.html.slim1
-rw-r--r--app/views/time_tables/edit.html.slim8
2 files changed, 2 insertions, 7 deletions
diff --git a/app/views/time_tables/_form.html.slim b/app/views/time_tables/_form.html.slim
index 39e3b4138..97df72fd3 100644
--- a/app/views/time_tables/_form.html.slim
+++ b/app/views/time_tables/_form.html.slim
@@ -100,4 +100,3 @@
= form.button :submit, t('actions.submit'), class: 'btn btn-default formSubmitr', form: 'timetable_form'
- = javascript_include_tag 'es6_browserified/time_tables/index.js'
diff --git a/app/views/time_tables/edit.html.slim b/app/views/time_tables/edit.html.slim
index 6eb1e288c..7f4cd18df 100644
--- a/app/views/time_tables/edit.html.slim
+++ b/app/views/time_tables/edit.html.slim
@@ -8,9 +8,5 @@
.page_content
.container-fluid
#periods
-
- .row
- .col-lg-8.col-lg-offset-2.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.mt-lg
- .well
- strong = "original version"
- == render 'form'
+
+= javascript_include_tag 'es6_browserified/time_tables/index.js'