Procházet zdrojové kódy

Add a unique title to the schema page (#189)

This will make it easier to figure out which tab I should click on. :)
Michael Ball před 7 roky
rodič
revize
4b9eb2212f
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      app/views/blazer/queries/schema.html.erb

+ 2 - 0
app/views/blazer/queries/schema.html.erb

@@ -1,3 +1,5 @@
+<% blazer_title "Database Schema" %>
+
 <% @schema.each do |table| %>
   <h4>
     <%= table[:table] %>