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