diff options
| -rw-r--r-- | app/views/time_tables/_form.html.slim | 1 | ||||
| -rw-r--r-- | app/views/time_tables/edit.html.slim | 8 |
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' |
