summaryrefslogtreecommitdiff
path: root/views/data.jade
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-03 10:45:14 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-03 10:45:14 +0200
commitb13b4a86e72371835a4cdcf3ad3bab56762ea0fd (patch)
tree8a1b70157fa79fededc37cba4f4deee39f7ca363 /views/data.jade
parentd695bd4282b356037e7588c3157a7e9b46a7a455 (diff)
downloadcollection-json-explorer-b13b4a86e72371835a4cdcf3ad3bab56762ea0fd.tar.gz
collection-json-explorer-b13b4a86e72371835a4cdcf3ad3bab56762ea0fd.tar.bz2
collection-json-explorer-b13b4a86e72371835a4cdcf3ad3bab56762ea0fd.tar.xz
collection-json-explorer-b13b4a86e72371835a4cdcf3ad3bab56762ea0fd.zip
o Improved front page.
Diffstat (limited to 'views/data.jade')
-rw-r--r--views/data.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/data.jade b/views/data.jade
index 502a978..5c93aef 100644
--- a/views/data.jade
+++ b/views/data.jade
@@ -201,7 +201,7 @@ block inner_content
div(class='page-header')
h1 Items
if collection.items.length > 1
- small #{collection.items.length} items
+ span(class='badge') #{collection.items.length}
block items
section(id='queries')
div(class='page-header')