From 021dc27bd0101f24cd615b187938fbadf5fdcc89 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 2 Jul 2012 19:24:40 +0200 Subject: o Showing a message if there are no queries. --- views/index.jade | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'views/index.jade') diff --git a/views/index.jade b/views/index.jade index 76e56bf..640b3f8 100644 --- a/views/index.jade +++ b/views/index.jade @@ -34,8 +34,8 @@ block content div(class='span6') h2 About p This is an interactive explorer for the Collection+JSON - | hypermedia. Give it an URL and it will render is as good as it - | can. + |hypermedia. Give it an URL and it will render is as good as it + |can. h3 REST/Collection+JSON Resources @@ -52,9 +52,9 @@ block content p The a(href='http://employee.herokuapp.com') Employee - | application is a set of resources with employees and - | departments. The application was made specifically for this - | explorer. + |application is a set of resources with employees and + |departments. The application was made specifically for this + |explorer. a(href='http://' + host + '/render?url=http%3A%2F%2Femployee.herokuapp.com') Explore now! p The specification contains a few example collections too which you can explore: -- cgit v1.2.3