<% @page_heading = _("Advanced settings") %> <% content_for('tasks') do -%> <%= subtab _("Basic settings"), "current", {:controller => "general"} %> <%= subtab _("Advanced settings"), "", {:controller => "advanced"} %> <%= subtab _("Empty Fragment Cache"), "", {:controller => '/admin/cache', :action => 'sweep'} %> <%= subtab _("Rebuild cached HTML"), "", {:controller => '/admin/cache', :action => 'sweep_html'} %> <% end -%> <% form_tag :action => 'update' do %>
<%= save(_("Save Settings")) %>
<% end %>