diff options
| author | jpl | 2017-04-21 15:23:52 +0200 | 
|---|---|---|
| committer | Robert | 2017-04-24 09:03:09 +0200 | 
| commit | cd03164721112fdc9b322b7710c3c54ee82ee582 (patch) | |
| tree | d8ddb27e8e877d3c1bc3f0a5164bb457fe64a88c | |
| parent | 97da5c295c70a9dfeadd4a81d5f17ca8d4ce81a9 (diff) | |
| download | chouette-core-cd03164721112fdc9b322b7710c3c54ee82ee582.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'  | 
