Replaced "td" with "th" in the Sherlock SQL list

This commit is contained in:
Yorick Peterse 2016-01-18 12:03:17 +01:00
parent 835f1961e6
commit 021d4ebdb8

View file

@ -8,7 +8,7 @@
%tr %tr
%th= t('sherlock.time') %th= t('sherlock.time')
%th= t('sherlock.query') %th= t('sherlock.query')
%td %th
%tbody %tbody
- @transaction.sorted_queries.each do |query| - @transaction.sorted_queries.each do |query|
%tr %tr