<%= stylesheet_link_tag "application", media: "all" %> <%= stylesheet_link_tag "print", media: "print" %> <%= 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 "/management/menu" %>
<%= render "management/account_info" %>
<% if notice %>
">× <%= notice %>
<% end %> <% if alert %>
">× <%= alert %>
<% end %> <%= yield %>