summaryrefslogtreecommitdiff
path: root/app/views/whitelists/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/whitelists/_index_core.html.haml')
-rw-r--r--app/views/whitelists/_index_core.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/whitelists/_index_core.html.haml b/app/views/whitelists/_index_core.html.haml
index b4c5b0c..3333169 100644
--- a/app/views/whitelists/_index_core.html.haml
+++ b/app/views/whitelists/_index_core.html.haml
@@ -1,11 +1,11 @@
-%table
+%table{:class => 'table table-striped'}
%tr
%th= t('whitelists.index.name')
%th= t('whitelists.index.phone_numbers')
- - reset_cycle
+
- for whitelist in whitelists
- %tr{:class => cycle('odd', 'even')}
+ %tr
%td= whitelist.name || '-'
%td
= render 'phone_numbers/listing', :phone_numbers => whitelist.phone_numbers