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