<%= render :partial => 'admin/menu' if current_user %>
<% if flash[:notice].present? || flash[:error].present? %>
<%= flash[:notice] %>
<% if flash[:status_path] %>
<%= link_to 'Go to Status', flash[:status_path] %>
<% end %>
<% if flash[:stale_locale_path] %>
The <%= flash[:stale_locale] %> translation may be out of date —
<%= link_to 'review it', flash[:stale_locale_path] %> too.
<% end %>
<% if flash[:error] %>
<%= flash[:error] %>
<% end %>
<% end %>
<%= yield %>