summaryrefslogtreecommitdiff
path: root/app/views/sherlock/transactions/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/sherlock/transactions/index.html.haml')
-rw-r--r--app/views/sherlock/transactions/index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/sherlock/transactions/index.html.haml b/app/views/sherlock/transactions/index.html.haml
index bc05659dfa8..6ed7e9e21a6 100644
--- a/app/views/sherlock/transactions/index.html.haml
+++ b/app/views/sherlock/transactions/index.html.haml
@@ -35,8 +35,7 @@
= t('sherlock.seconds')
%td= trans.queries.length
%td
- = time_ago_in_words(trans.finished_at)
- = t('sherlock.ago')
+ = time_ago_with_tooltip trans.finished_at
%td
= link_to(sherlock_transaction_path(trans), class: 'btn btn-xs') do
= t('sherlock.view')