summaryrefslogtreecommitdiff
path: root/app/views/calls/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/calls/_index_core.html.haml')
-rw-r--r--app/views/calls/_index_core.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/calls/_index_core.html.haml b/app/views/calls/_index_core.html.haml
new file mode 100644
index 0000000..ddd0650
--- /dev/null
+++ b/app/views/calls/_index_core.html.haml
@@ -0,0 +1,9 @@
+%table
+ %tr
+ %th= t('calls.index.uuid')
+
+ - reset_cycle
+ - for call in @calls
+ %tr{:class => cycle('odd', 'even')}
+ %td
+ = call.uuid