diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-08-20 09:37:59 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-08-20 09:37:59 +0100 |
commit | 84e8453b66b8cf2e9f428b0dab963415759e386b (patch) | |
tree | 7d60b327cff1a2aa2f0d1ff5e5b3ed65791966b7 | |
parent | f1f0e1762d368b074bc99ad0a344b33ddc4d33a8 (diff) | |
parent | fccffdf4f70d5f9fa12ad6e75187be1728026823 (diff) |
Merge branch 'develop'use-with-alaveteli-0.13
-rw-r--r-- | lib/views/help/api.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/views/help/api.html.erb b/lib/views/help/api.html.erb index 323bdb7..5f27c2e 100644 --- a/lib/views/help/api.html.erb +++ b/lib/views/help/api.html.erb @@ -19,8 +19,8 @@ lots of things that are similar in use to an API as they are requested. <h2> 1. Linking to new requests </h2> -<p>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") %>. +<p>To encourage your users to make requests 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") %>. These are the parameters you can add to those URLs, either in the URL or from a form. <ul> |