Pārlūkot izejas kodu

Fixed highlighting

Andrew Kane 8 gadi atpakaļ
vecāks
revīzija
cebee37278
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/views/blazer/queries/show.html.erb

+ 1 - 1
app/views/blazer/queries/show.html.erb

@@ -172,7 +172,7 @@
   </script>
 <% end %>
 
-<% if Blazer.data_sources[@query.data_source].adapter == "activerecord" %>
+<% if Blazer.data_sources[@query.data_source].adapter == "sql" %>
   <script>
     // do not highlight really long queries
     // this can lead to performance issues