浏览代码

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 7 年之前
父节点
当前提交
4b9eb2212f
共有 1 个文件被更改,包括 2 次插入0 次删除
  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] %>