diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-12 16:47:03 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-12 16:47:03 +0100 |
commit | 23bfbafb5519f99bec859629ef17b5711389a569 (patch) | |
tree | f166295bb7d95bc616f9f82eeeff3f72acf77838 | |
parent | 60be7910838de627671226eb6013a2cfec8166df (diff) |
Move frontpage, jurisdiction-specific intro message into file that can be overridden in theme. Closes #131
-rw-r--r-- | app/views/general/_frontpage_intro_sentence.rhtml | 3 | ||||
-rw-r--r-- | app/views/general/frontpage.rhtml | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app/views/general/_frontpage_intro_sentence.rhtml b/app/views/general/_frontpage_intro_sentence.rhtml new file mode 100644 index 000000000..2c3bcaf83 --- /dev/null +++ b/app/views/general/_frontpage_intro_sentence.rhtml @@ -0,0 +1,3 @@ +First, type in the <strong>name of the UK public authority</strong> you'd +<br>like information from. <strong>By law, they have to respond</strong> +(<a href="<%= help_about_url %>">why?</a>). diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index e8e5d8634..abed0294e 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -5,9 +5,7 @@ <% form_tag({:action => "search_redirect"}, {:id => "search_form"}) do %> <p> - <%= _('First, type in the <strong>name of the UK public authority</strong> you\'d - <br>like information from. <strong>By law, they have to respond</strong> - (<a href="%s">why?</a>).') % help_about_url %> + <%= render :partial => 'frontpage_intro_sentence' %> <br> <br> |