app/views/pg_hero/home/queries.html.erb in pghero-1.2.1 vs app/views/pg_hero/home/queries.html.erb in pghero-1.2.2

- old
+ new

@@ -7,13 +7,9 @@ <% if @historical_query_stats_enabled %> <%= render partial: "query_stats_slider" %> <% end %> - <% if PgHero.suggested_indexes_enabled? %> - <p style="text-align: center; margin-top: 7px;">PgHero now suggests indexes. <%= link_to "See how it thinks", {debug: true} %>.</p> - <% end %> - <% if @query_stats_enabled %> <% if @error %> <div class="alert alert-danger">Cannot understand start or end time.</div> <% elsif @query_stats.any? || @historical_query_stats_enabled %> <%= render partial: "queries_table", locals: {queries: @query_stats, sort_headers: true} %>