diff options
Diffstat (limited to 'app/views/general')
-rw-r--r-- | app/views/general/frontpage.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index 4641f683b..0ce16768d 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -6,7 +6,7 @@ <% if @public_bodies.size == 0 and @query_made %> <div id="error"> Sorry! We couldn't find any public bodies with that in their names. - Either <a href="/body">browse them all</a> or + Either <a href="/body/list/department">browse them all</a> or <a href="/help/contact">ask us to add the one you want</a>. </div> <% end %> @@ -51,7 +51,7 @@ <% end %> <p> - Can't find it? <a href="/body">Browse all</a> or <a href="/help/contact">ask us to add it</a>. + Can't find it? <a href="/body/list/department">Browse all</a> or <a href="/help/contact">ask us to add it</a>. </p> <% end %> </div> |