summaryrefslogtreecommitdiff
path: root/app/views/users/index.html.haml
blob: 892e03558354b3e557701d6e0f02d1686396b1f1 (plain)
1
2
3
4
5
6
- title t("users.index.page_title")

- if @users.count > 0
  = render "index_core", :users => @users

= render :partial => 'shared/create_link', :locals => {:parent => @tenant, :child_class => User}