summaryrefslogtreecommitdiff
path: root/app/views/calls/_index_core.html.haml
blob: ddd0650cc09d5b371e8efbbb9e30077aa526678c (plain)
1
2
3
4
5
6
7
8
9
%table
  %tr
    %th= t('calls.index.uuid')

  - reset_cycle
  - for call in @calls
    %tr{:class => cycle('odd', 'even')}
      %td
        = call.uuid