Replaced "td" with "th" in the Sherlock SQL list
This commit is contained in:
parent
835f1961e6
commit
021d4ebdb8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue