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