From 52622a678e1a49008095b8f469d3733f16804ed4 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Wed, 13 Oct 2010 12:44:33 -0700 Subject: [PATCH] [#4604] Change the caching admin panel to use a split pane --- app/views/rate_caches/index.html.erb | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/app/views/rate_caches/index.html.erb b/app/views/rate_caches/index.html.erb index 4356f74..5012445 100644 --- a/app/views/rate_caches/index.html.erb +++ b/app/views/rate_caches/index.html.erb @@ -1,18 +1,21 @@

<%= l(:text_rate_caches_panel) %>

-
+

<%= l(:text_last_caching_run) %><%= h(@last_caching_run) %>

-
-

- <%= l(:text_last_cache_clearing_run) %><%= h(@last_cache_clearing_run) %> + <%= button_to(l(:text_load_missing_caches), {:controller => 'rate_caches', :action => 'update', :cache => 'missing'}, :method => :put) %>

-

- <%= button_to(l(:text_load_missing_caches), {:controller => 'rate_caches', :action => 'update', :cache => 'missing'}, :method => :put) %> - <%= button_to(l(:text_clear_and_load_all_caches), {:controller => 'rate_caches', :action => 'update', :cache => 'reload'}, :method => :put) %> -

+
+

+ <%= l(:text_last_cache_clearing_run) %><%= h(@last_cache_clearing_run) %> +

+ +

+ <%= button_to(l(:text_clear_and_load_all_caches), {:controller => 'rate_caches', :action => 'update', :cache => 'reload'}, :method => :put) %> +

+