">
<% if alert %>
<%= alert %>
<% elsif notice %>
<%= notice %>
<% elsif Rails.env.development? %>
Do not use development information to make decisions about your production environment
<% else %>
<%= link_to "PgHero", root_path %>
<% end %>
- "><%= link_to "Status", root_path %>
<% if @query_stats_enabled %>
- "><%= link_to "Queries", query_stats_path %>
<% end %>
- "><%= link_to "Indexes", indexes_path %>
- "><%= link_to "Space", space_path %>
- "><%= link_to "Explain", explain_path %>
- "><%= link_to "Live Queries", queries_path %>
<%= yield %>