diff options
| author | jpl | 2017-04-21 15:23:52 +0200 |
|---|---|---|
| committer | jpl | 2017-04-21 15:23:52 +0200 |
| commit | 2ffcf215b65ce688d895975bb830aee6c75802c3 (patch) | |
| tree | a213656117f761aa22331b2e8c591fd2d93240a8 | |
| parent | 82122043351d9881a23be2ea3402c33e9094d408 (diff) | |
| download | chouette-core-2ffcf215b65ce688d895975bb830aee6c75802c3.tar.bz2 | |
Refs #3892: cleaning layout
| -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' |
