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

  
  - for call in @calls
    %tr
      %td
        = call.uuid