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