Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-01-18 14:03:17 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2016-01-18 14:03:17 +0300
commit021d4ebdb8833915ee0de3c191bc7716a265b90a (patch)
treeb2bfa865cc3157792cf4eadee4b8430f8f1af5ab /app/views/sherlock
parent835f1961e65fe9b4f943b17747b1518c555e8bfd (diff)
Replaced "td" with "th" in the Sherlock SQL list
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