summaryrefslogtreecommitdiff
path: root/app/views/users/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/index.html.haml')
-rw-r--r--app/views/users/index.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/users/index.html.haml b/app/views/users/index.html.haml
new file mode 100644
index 0000000..892e035
--- /dev/null
+++ b/app/views/users/index.html.haml
@@ -0,0 +1,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} \ No newline at end of file