diff options
-rw-r--r-- | app/views/help/_sidebar.rhtml | 2 | ||||
-rw-r--r-- | app/views/help/about.rhtml | 2 | ||||
-rw-r--r-- | app/views/help/officers.rhtml | 3 | ||||
-rw-r--r-- | app/views/help/privacy.rhtml | 3 | ||||
-rw-r--r-- | app/views/help/requesting.rhtml | 2 | ||||
-rw-r--r-- | todo.txt | 3 |
6 files changed, 10 insertions, 5 deletions
diff --git a/app/views/help/_sidebar.rhtml b/app/views/help/_sidebar.rhtml index a4be33988..99298e9c6 100644 --- a/app/views/help/_sidebar.rhtml +++ b/app/views/help/_sidebar.rhtml @@ -3,7 +3,7 @@ <ul> <li><%= link_to_unless_current "Introduction", "/help/about" %></li> <li><%= link_to_unless_current "Making requests", "/help/requesting" %></li> - <li><%= link_to_unless_current "Privacy policy", "/help/privacy" %></li> + <li><%= link_to_unless_current "Your privacy", "/help/privacy" %></li> <li><%= link_to_unless_current "FOI officers", "/help/officers" %></li> <li><%= link_to_unless_current "Credits", "/help/credits" %></li> <li><%= link_to_unless_current "Programmers API", "/help/api" %></li> diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 916bd21e8..d1654c641 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -46,6 +46,8 @@ If you like what we're doing, then you can </dl> +<p><strong>Next</strong>, read about <a href="/help/requesting">making requests</a> --> + <div id="hash_link_padding"></div> diff --git a/app/views/help/officers.rhtml b/app/views/help/officers.rhtml index 3ac3845ca..a976240e0 100644 --- a/app/views/help/officers.rhtml +++ b/app/views/help/officers.rhtml @@ -270,6 +270,9 @@ requests, and for good public relations, we'd advise you not to do that. </dl> +<p><strong>If you haven't already</strong>, read <a href="/help/about">the introduction</a> --> +<br><strong>Otherwise</strong>, the <a href="/help/credits">credits</a> or the <a href="/help/api">programmers API</a> --> + <div id="hash_link_padding"></div> diff --git a/app/views/help/privacy.rhtml b/app/views/help/privacy.rhtml index 3c09e87bc..416587fe9 100644 --- a/app/views/help/privacy.rhtml +++ b/app/views/help/privacy.rhtml @@ -1,4 +1,4 @@ -<% @title = "Privacy policy" %> +<% @title = "Your privacy" %> <%= render :partial => 'sidebar' %> @@ -154,6 +154,7 @@ Post a link to a suitable forum or campaign site elsewhere.</p> </dl> +<p><strong>Learn more</strong> from the help for <a href="/help/officers">FOI officers</a> --> <div id="hash_link_padding"></div> diff --git a/app/views/help/requesting.rhtml b/app/views/help/requesting.rhtml index e7ff57c9c..ff93cdaa6 100644 --- a/app/views/help/requesting.rhtml +++ b/app/views/help/requesting.rhtml @@ -267,6 +267,8 @@ you can always make the same request again via WhatDoTheyKnow. </dl> +<p><strong>Next</strong>, read about <a href="/help/privacy">your privacy</a> --> + <div id="hash_link_padding"></div> @@ -1,8 +1,5 @@ Link to API help -- mention history on it - -- Chain links to next help page - "Can I help out" a bit invisible - Remove slashes on end of help URLs |