aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns_collections
diff options
context:
space:
mode:
authorThomas Haddad2016-12-13 11:53:11 +0100
committerThomas Haddad2016-12-13 11:54:30 +0100
commitd33014e05b556134eaf30c8bd06d36e832d66bdd (patch)
tree939aa08477fd464b1c4bb0e28bcdc3d65961106c /app/views/journey_patterns_collections
parentcce91fc058275ec8f7f504aed4180f5b64abc9f3 (diff)
downloadchouette-core-d33014e05b556134eaf30c8bd06d36e832d66bdd.tar.bz2
Add simple counter for pagination before plugging it for real Refs #2205
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
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 0d16daf1a..d38129d5c 100644
--- a/app/views/journey_patterns_collections/show.html.slim
+++ b/app/views/journey_patterns_collections/show.html.slim
@@ -1,2 +1,3 @@
#journey_patterns
+= @journey_patterns.total_entries()
= javascript_include_tag 'es6_browserified/journey_patterns/index.js'