aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns_collections
diff options
context:
space:
mode:
authorZog2017-12-27 09:10:56 +0100
committerZog2017-12-27 12:08:07 +0100
commit78e2d256f895c1014a3def5f2ef6509086755215 (patch)
treebce880b597b1baa9ce681b444cf6f8219189abb2 /app/views/journey_patterns_collections
parent43dd9a4abc58b9c7cf2203a5e7125a7788bb33b3 (diff)
downloadchouette-core-78e2d256f895c1014a3def5f2ef6509086755215.tar.bz2
Refs #5407 @4h; First UI implementation
- Add most of the react code - And the specs where possible Still remains: - Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint
Diffstat (limited to 'app/views/journey_patterns_collections')
-rw-r--r--app/views/journey_patterns_collections/show.html.slim1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/journey_patterns_collections/show.html.slim b/app/views/journey_patterns_collections/show.html.slim
index 834501da3..97a62f7db 100644
--- a/app/views/journey_patterns_collections/show.html.slim
+++ b/app/views/journey_patterns_collections/show.html.slim
@@ -18,5 +18,6 @@
| window.journeyPatternLength = #{@journey_patterns.total_entries()};
| window.journeyPatternsPerPage = #{@ppage};
| window.perms = #{raw @perms}
+ | window.features = #{raw @features};
= javascript_pack_tag 'journey_patterns/index.js'