<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "vendor/modernizr" %> <%= javascript_include_tag "application", 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> <%= favicon_link_tag "favicon.ico" %> <%= render 'layouts/admin_header' %>
<%= side_menu %>
<% if notice %>
<%= notice %>
<% end %> <% if alert %>
<%= alert %>
<% end %> <%= yield %>