summaryrefslogtreecommitdiff
path: root/app/views/sherlock
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-01-18 12:03:17 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2016-01-18 12:03:17 +0100
commit021d4ebdb8833915ee0de3c191bc7716a265b90a (patch)
treeb2bfa865cc3157792cf4eadee4b8430f8f1af5ab /app/views/sherlock
parent835f1961e65fe9b4f943b17747b1518c555e8bfd (diff)
downloadgitlab-ce-021d4ebdb8833915ee0de3c191bc7716a265b90a.tar.gz
Replaced "td" with "th" in the Sherlock SQL listsherlock-table-html
Diffstat (limited to 'app/views/sherlock')
-rw-r--r--app/views/sherlock/transactions/_queries.html.haml2
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