2015-11-26 14:37:03 +05:30
|
|
|
.prepend-top-default
|
|
|
|
.panel.panel-default
|
|
|
|
.panel-heading
|
|
|
|
%strong
|
|
|
|
= t('sherlock.general')
|
|
|
|
%ul.well-list
|
|
|
|
%li
|
|
|
|
%span.light
|
|
|
|
#{t('sherlock.id')}:
|
|
|
|
%strong
|
|
|
|
= @transaction.id
|
|
|
|
%li
|
|
|
|
%span.light
|
|
|
|
#{t('sherlock.type')}:
|
|
|
|
%strong
|
|
|
|
= @transaction.type
|
|
|
|
%li
|
|
|
|
%span.light
|
|
|
|
#{t('sherlock.path')}:
|
|
|
|
%strong
|
|
|
|
= @transaction.path
|
|
|
|
%li
|
|
|
|
%span.light
|
|
|
|
#{t('sherlock.time')}:
|
|
|
|
%strong
|
|
|
|
= @transaction.duration.round(2)
|
|
|
|
= t('sherlock.seconds')
|
2015-12-23 02:04:40 +05:30
|
|
|
%li
|
|
|
|
%span.light
|
|
|
|
#{t('sherlock.query_time')}
|
|
|
|
%strong
|
|
|
|
= @transaction.query_duration.round(2)
|
|
|
|
= t('sherlock.seconds')
|
2015-11-26 14:37:03 +05:30
|
|
|
%li
|
|
|
|
%span.light
|
|
|
|
#{t('sherlock.finished_at')}:
|
|
|
|
%strong
|
|
|
|
= time_ago_in_words(@transaction.finished_at)
|
|
|
|
= t('sherlock.ago')
|