diff options
| author | Robert | 2017-04-24 10:28:28 +0200 |
|---|---|---|
| committer | Robert | 2017-04-24 10:28:28 +0200 |
| commit | b4959bb17c52239701bf54998083afcf2a420c5c (patch) | |
| tree | b117a6513568abc412a698df6ead3a1e8d756451 | |
| parent | d506b481821cf88da41b4244c2cdcf0887037d53 (diff) | |
| download | chouette-core-b4959bb17c52239701bf54998083afcf2a420c5c.tar.bz2 | |
HOTFIX missing render form
| -rw-r--r-- | app/views/time_tables/edit.html.slim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/time_tables/edit.html.slim b/app/views/time_tables/edit.html.slim index 7f4cd18df..f66f3b4b8 100644 --- a/app/views/time_tables/edit.html.slim +++ b/app/views/time_tables/edit.html.slim @@ -10,3 +10,5 @@ #periods = javascript_include_tag 'es6_browserified/time_tables/index.js' + +== render 'form' |
