summaryrefslogtreecommitdiff
path: root/app/views/projects/hook_logs/_index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/hook_logs/_index.html.haml')
-rw-r--r--app/views/projects/hook_logs/_index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hook_logs/_index.html.haml b/app/views/projects/hook_logs/_index.html.haml
index 05b06cfc8b2..8096d9530c3 100644
--- a/app/views/projects/hook_logs/_index.html.haml
+++ b/app/views/projects/hook_logs/_index.html.haml
@@ -24,7 +24,7 @@
%td
= truncate(hook_log.url, length: 50)
%td.light
- #{number_with_precision(hook_log.execution_duration, precision: 2)} ms
+ #{number_with_precision(hook_log.execution_duration, precision: 2)} sec
%td.light
= time_ago_with_tooltip(hook_log.created_at)
%td