diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-09-01 12:25:54 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-09-01 12:25:54 +0100 |
commit | 28e683adb5c27df7bcdf782e290de64bca0039df (patch) | |
tree | 150ae23a5f2b63af72de3f3c4543068eda285a9d /app/views/general/_frontpage_intro_sentence.rhtml | |
parent | 45bf0d3db40a5dff7e515a29f67858a16a562fc1 (diff) |
Some i18n strings for homepage, and fix up more HTML parsing test failures
Diffstat (limited to 'app/views/general/_frontpage_intro_sentence.rhtml')
-rw-r--r-- | app/views/general/_frontpage_intro_sentence.rhtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/general/_frontpage_intro_sentence.rhtml b/app/views/general/_frontpage_intro_sentence.rhtml index 8ef69897c..70b47ad06 100644 --- a/app/views/general/_frontpage_intro_sentence.rhtml +++ b/app/views/general/_frontpage_intro_sentence.rhtml @@ -1 +1,4 @@ -Every citizen has the right to access information held by public authorities. <strong>By law, they have to respond</strong>. <a href="<%= help_about_url %>">Find out more about freedom of information.</a> +<h2> + Your <strong>Right to Know</strong> +</h2> +<p>Every citizen has the right to access information held by public authorities. <strong>By law, they have to respond</strong>. <a href="<%= help_about_url %>">Find out more about freedom of information.</a></p> |