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.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/tenants/_index_core.html.haml b/app/views/tenants/_index_core.html.haml
index 59d7e6d..721d624 100644
--- a/app/views/tenants/_index_core.html.haml
+++ b/app/views/tenants/_index_core.html.haml
@@ -3,9 +3,9 @@
%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