diff options
author | Faton Selishta <fatonselishta@gmail.com> | 2011-06-14 14:16:36 +0200 |
---|---|---|
committer | Faton Selishta <fatonselishta@gmail.com> | 2011-06-14 14:16:36 +0200 |
commit | c7a90098c00f31899cf763a180e2bf6da5aee435 (patch) | |
tree | 29f46ce819bb1a875f37bbe3ef4e7e2bdf589dfa | |
parent | 2571589f67bca040b184312ba5d4a09eb66dc876 (diff) |
Take out from cache home part
-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 dbed2f0e9..032a8b222 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> @@ -55,4 +55,4 @@ <% end %> </div> -<% end %> + |