<%= header do %> <%= link_to t("admin.tenants.index.create"), new_admin_tenant_path %> <% end %> <% tenants.each do |tenant| %> <%= render Admin::Tenants::RowComponent.new(tenant) %> <% end %>
<%= attribute_name(:name) %> <%= attribute_name(:schema) %> <%= attribute_name(:url) %> <%= t("admin.tenants.index.enabled") %> <%= t("admin.shared.actions") %>