Sha256: 68a9091c5551deb4488bce031d506d19aa7455d9180455e3b2b264bcd4d1cb2f
Contents?: true
Size: 541 Bytes
Versions: 5
Compression:
Stored size: 541 Bytes
Contents
%tr %td= cdr.caller %td= cdr.callee %td= direction_icon cdr.direction %td= call_type_icon cdr.bf_calltype %td= cdr.call_time.present? ? l(cdr.call_time.to_datetime) : '' %td= cdr.answer_time.present? ? l(cdr.answer_time.to_datetime) : '' %td= cdr.hangup_time.present? ? l(cdr.hangup_time.to_datetime) : '' %td= cdr.call_record_exists? ? t('simple_form.yes') : t('simple_form.no') %td.action = link_to(cdr_path(cdr.uuid), class: 'btn btn-success', toogle: 'tooltip', title: t('tooltips.zoom') ) do %i.icon-eye-open
Version data entries
5 entries across 5 versions & 1 rubygems