summaryrefslogtreecommitdiff
path: root/views/index.jade
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-04 13:34:51 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-04 13:34:51 +0200
commitb710f1c071d75d4b028c61bb6f3927c2cd4aadf5 (patch)
tree556a7f700a0a56b1f3ebfd7dd31f9093b96a01af /views/index.jade
parent9b1195430a2dc636e8325ecbb7445855d9d98259 (diff)
downloadcollection-json-explorer-b710f1c071d75d4b028c61bb6f3927c2cd4aadf5.tar.gz
collection-json-explorer-b710f1c071d75d4b028c61bb6f3927c2cd4aadf5.tar.bz2
collection-json-explorer-b710f1c071d75d4b028c61bb6f3927c2cd4aadf5.tar.xz
collection-json-explorer-b710f1c071d75d4b028c61bb6f3927c2cd4aadf5.zip
o Always showing the http response, even when the body couldn't be decoded.
Diffstat (limited to 'views/index.jade')
-rw-r--r--views/index.jade5
1 files changed, 3 insertions, 2 deletions
diff --git a/views/index.jade b/views/index.jade
index 913b131..f9ef5d2 100644
--- a/views/index.jade
+++ b/views/index.jade
@@ -64,7 +64,7 @@ block inner_content
h3 The Source Code
p The source code is available
- a(href='trygvis.dyndns.org/~trygvis/git/2012/06/collection+json-explorer.git') here
+ a(href='http://trygvis.dyndns.org/~trygvis/git/2012/06/collection+json-explorer.git') here
| .
div(class='span4')
@@ -77,7 +77,8 @@ block inner_content
|explorer:
a(href='http://' + host + '/render?url=http%3A%2F%2Femployee.herokuapp.com', class='label label-info') explore now!
- p The specification contains a few example collections too which you can explore:
+ p The specification contains a few example collections too which
+ | you can explore:
- var examples = [ "minimal", "collection", "item", "queries", "template", "error" ]
each example, i in examples
- var u='http://' + host + '/render?url=' + encodeURIComponent('http://' + host + '/examples/from-spec/' + example + '.collection+json')