summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-12 22:07:08 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-12 22:07:08 +0200
commit15800d991e50d15b085d2953c2e1af68166131f5 (patch)
tree5271ee6b7b5b0ebbc99fc43e50bd8f9aae8c8134 /views
parent3a414b48a086e2198c75265e673aeed4cb7e70a8 (diff)
downloadcollection-json-explorer-15800d991e50d15b085d2953c2e1af68166131f5.tar.gz
collection-json-explorer-15800d991e50d15b085d2953c2e1af68166131f5.tar.bz2
collection-json-explorer-15800d991e50d15b085d2953c2e1af68166131f5.tar.xz
collection-json-explorer-15800d991e50d15b085d2953c2e1af68166131f5.zip
o Fixing bug in navigation links.
Diffstat (limited to 'views')
-rw-r--r--views/data.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/data.jade b/views/data.jade
index 9447446..dbd5af9 100644
--- a/views/data.jade
+++ b/views/data.jade
@@ -99,7 +99,7 @@ block items_links
a(class='btn btn-primary btn-mini', href=urlgenerator.render(first.href) + '#items') First
|
if prev
- a(class='btn btn-primary btn-mini', href=urlgenerator.render(next.href) + '#items') Previous
+ a(class='btn btn-primary btn-mini', href=urlgenerator.render(prev.href) + '#items') Previous
|
if next
a(class='btn btn-primary btn-mini', href=urlgenerator.render(next.href) + '#items') Next