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

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