<% @body_class = 'dashboard' @content_class = 'colMS' @title = 'Site administration' AutoAdmin::AutoAdminConfiguration.grouped_objects do |group, group_objects| %>

<%=h group %>

<% group_objects.each do |obj| o = obj.name.underscore %> <% end %>
<%= link_to obj.human_name, list_page_for(o) %> <%= link_to 'Add', { :model => o, :action => 'edit' }, { :class => 'addlink' } %> <%= link_to 'Change', list_page_for( o ), { :class => 'changelink' } %>
<% end content_for 'related' do if has_history? %>

Recent Actions

My Actions

<% end end %>