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