summaryrefslogtreecommitdiff
path: root/app/views/sherlock/file_samples/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/sherlock/file_samples/show.html.haml')
-rw-r--r--app/views/sherlock/file_samples/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sherlock/file_samples/show.html.haml b/app/views/sherlock/file_samples/show.html.haml
index 94d4dd4fa7d..92151176fce 100644
--- a/app/views/sherlock/file_samples/show.html.haml
+++ b/app/views/sherlock/file_samples/show.html.haml
@@ -41,7 +41,7 @@
%th= t('sherlock.percent')
%tbody
- @file_sample.line_samples.each_with_index do |sample, index|
- %tr{class: sample.majority_of?(@file_sample.duration) ? 'slow' : ''}
+ %tr{ class: sample.majority_of?(@file_sample.duration) ? 'slow' : '' }
%td= index + 1
%td= sample.events
%td