app/views/pg_hero/home/queries.html.erb in pghero-0.1.0 vs app/views/pg_hero/home/queries.html.erb in pghero-0.1.1
- old
+ new
@@ -1,6 +1,6 @@
<div class="content">
- <h1>Queries</h1>
+ <h1>Live Queries</h1>
<%= render partial: "queries_table", locals: {queries: @running_queries} %>
<p><%= button_to "Kill all connections", kill_all_path, class: "btn btn-danger" %></p>