diff options
Diffstat (limited to 'app/views/users/_tenants.html.haml')
-rw-r--r-- | app/views/users/_tenants.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/users/_tenants.html.haml b/app/views/users/_tenants.html.haml new file mode 100644 index 0000000..49a2d9b --- /dev/null +++ b/app/views/users/_tenants.html.haml @@ -0,0 +1,5 @@ +-# Tenants +-# +- if can?( :index, Tenant ) && user.tenants.count > 1 + %h2=t("tenants.index.page_title") + = render "tenants/index_core", :tenants => user.tenants
\ No newline at end of file |