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) %> +

+