<%= tag("link", { "rel" => "Stylesheet", "type" => "text/css", "media" => "screen", "href" => url_for( :action => 'asset', :path => 'stylesheets/auto_admin.css', :escape => false ) } ) %>
<% unless defined?( @no_crumbs ) && @no_crumbs %> <% end %> <%= "" if flash[:notice] %>

<%=h @title %>

<% if defined?( @tools ) && !@tools.nil? && !@tools.empty? %>
    <%= @tools.map{ |html| "
  • #{html}
  • " }.join( '' ) %>
<% end %> <%= "

" + [flash[:warning]].flatten.map {|note| h(note) }.join( '
' ) + "

" if flash[:warning] %> <%= @content_for_layout %>
<% if defined? @content_for_related %> <% end %>