diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-01-18 12:03:17 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-01-18 12:03:17 +0100 |
commit | 021d4ebdb8833915ee0de3c191bc7716a265b90a (patch) | |
tree | b2bfa865cc3157792cf4eadee4b8430f8f1af5ab | |
parent | 835f1961e65fe9b4f943b17747b1518c555e8bfd (diff) | |
download | gitlab-ce-sherlock-table-html.tar.gz |
Replaced "td" with "th" in the Sherlock SQL listsherlock-table-html
-rw-r--r-- | app/views/sherlock/transactions/_queries.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sherlock/transactions/_queries.html.haml b/app/views/sherlock/transactions/_queries.html.haml index b7e0162e80d..b8d93e9ff45 100644 --- a/app/views/sherlock/transactions/_queries.html.haml +++ b/app/views/sherlock/transactions/_queries.html.haml @@ -8,7 +8,7 @@ %tr %th= t('sherlock.time') %th= t('sherlock.query') - %td + %th %tbody - @transaction.sorted_queries.each do |query| %tr |