<% @page_heading = _('Choose a theme') %> <% content_for('tasks') do %> <%= tab _("Customize Sidebar"), :controller=>"sidebar", :action=>"index" %> <%= tab _("Manage Text Filters"), :controller=>"textfilters", :action=>"list" %> <% end %> <% for theme in @themes %>
<%= theme.name %>
<%= theme.description_html %> <% if theme.path == @active.path -%> (<%= _("Active theme")%>) <% else -%> <%= link_to _("Activate"), :action => 'switchto', :theme => theme.name %> <% end -%>
<% end %>