diff options
| author | Alban Peignier | 2017-12-28 07:55:28 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2017-12-28 07:55:28 +0100 | 
| commit | e903a6439271cdab44d809dda1d8babee356524e (patch) | |
| tree | 5f9b9d8b55b11a770e484682bd964cb472bb1756 /app/views/journey_patterns_collections | |
| parent | 5826d342ae08b904ed23c45fd96066a348f04596 (diff) | |
| download | chouette-core-e903a6439271cdab44d809dda1d8babee356524e.tar.bz2 | |
Fixes JS features list in journey_patterns_collections#show. Refs #5407
Diffstat (limited to 'app/views/journey_patterns_collections')
| -rw-r--r-- | app/views/journey_patterns_collections/show.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/journey_patterns_collections/show.html.slim b/app/views/journey_patterns_collections/show.html.slim index 97a62f7db..8a7b0c47c 100644 --- a/app/views/journey_patterns_collections/show.html.slim +++ b/app/views/journey_patterns_collections/show.html.slim @@ -17,7 +17,7 @@    | window.stopPoints = #{(@stop_points_list.to_json).html_safe};    | window.journeyPatternLength = #{@journey_patterns.total_entries()};    | window.journeyPatternsPerPage = #{@ppage}; -  | window.perms = #{raw @perms} +  | window.perms = #{raw @perms};    | window.features = #{raw @features};  = javascript_pack_tag 'journey_patterns/index.js' | 
