diff options
-rw-r--r-- | app/views/general/frontpage.rhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index 241ecf2a9..b879cf7b8 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -1,4 +1,4 @@ - +<% view_cache :ttl => 5.minutes do %> <div id="frontpage_search"> <h1><%= _('Make or explore Freedom of Information requests') %></h1> @@ -58,3 +58,4 @@ </div> +<% end %> |