summaryrefslogtreecommitdiff
path: root/app/views/voicemail_messages/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/voicemail_messages/_index_core.html.haml')
-rw-r--r--app/views/voicemail_messages/_index_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/voicemail_messages/_index_core.html.haml b/app/views/voicemail_messages/_index_core.html.haml
index 3f7680c..e6e6398 100644
--- a/app/views/voicemail_messages/_index_core.html.haml
+++ b/app/views/voicemail_messages/_index_core.html.haml
@@ -2,7 +2,7 @@
%header.entries-nav= render :partial => "voicemail_messages/navigation"
.content
%table{:class => 'table table-striped'}
- - reset_cycle
+
- for voicemail_message in voicemail_messages
%tr.voicemail-messages-entry{:class => cycle('odd', 'even'), :id => "message_#{voicemail_message.uuid}"}
%td.select_box= check_box_tag("selected_uuids[]", voicemail_message.uuid, false, :uuid => "select_item_#{voicemail_message.uuid}", :class => 'select_item')