From ac4f8cfc670d0b8089925180538aee5c36401a9d Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 8 Nov 2012 12:03:25 +1100 Subject: Small html fixes to help pages validate --- app/views/help/api.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/help/api.rhtml') diff --git a/app/views/help/api.rhtml b/app/views/help/api.rhtml index 76d2992fb..facddce41 100644 --- a/app/views/help/api.rhtml +++ b/app/views/help/api.rhtml @@ -51,11 +51,11 @@

Quite a few pages have JSON versions, which let you download information about objects in a structured form. Find them by: +

-

Requests, users and authorities all have JSON versions containing basic information about them. Every Atom feed has a JSON equivalent, containing -- cgit v1.2.3 From 3617a48ff3f7b1fc9fb4808f0556c46dfb8dd4d2 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Wed, 28 Nov 2012 13:36:55 +0000 Subject: Use generated URLs in help pages - then they're accessible to routing filters etc. --- app/views/help/api.rhtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/views/help/api.rhtml') diff --git a/app/views/help/api.rhtml b/app/views/help/api.rhtml index facddce41..da6253f87 100644 --- a/app/views/help/api.rhtml +++ b/app/views/help/api.rhtml @@ -19,7 +19,7 @@

Linking to new requests

To encourage your users to make links to a particular public authority, use URLs of the form - <%= link_to new_request_to_body_url(:url_name => "liverpool_city_council") , new_request_to_body_url(:url_name => "liverpool_city_council") %>. + <%= link_to new_request_to_body_url(:url_name => "liverpool_city_council") , new_request_to_body_url(:url_name => "liverpool_city_council") %>. These are the parameters you can add to those URLs, either in the URL or from a form.

- +
Spreadsheet of all authorities

@@ -73,7 +73,7 @@

-

Please contact us if you need an API feature that isn't there yet. It's +

Please contact us if you need an API feature that isn't there yet. It's very much a work in progress, and we do add things when people ask us to.

-- cgit v1.2.3