blob: 178382530c6ab7be94e311900d3410c98b8831ef (
plain)
1
2
3
4
5
6
|
- title t("tenants.index.page_title")
- if @tenants.count > 0
= render "index_core", :tenants => @tenants
= render :partial => 'shared/create_link', :locals => {:child_class => Tenant}
|