diff options
Diffstat (limited to 'app/views/time_tables/edit.html.slim')
| -rw-r--r-- | app/views/time_tables/edit.html.slim | 8 |
1 files changed, 2 insertions, 6 deletions
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' |
