From 9dadc61cae2c4c01a97880e89ca86a0e760fc8d1 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 7 Oct 2009 21:03:28 +0200 Subject: implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to create, edit, destroy other users --- app/views/users/_user_item.html.erb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/views/users/_user_item.html.erb (limited to 'app/views/users/_user_item.html.erb') diff --git a/app/views/users/_user_item.html.erb b/app/views/users/_user_item.html.erb new file mode 100644 index 00000000..c3389bae --- /dev/null +++ b/app/views/users/_user_item.html.erb @@ -0,0 +1,4 @@ + + <%= user_item.login %> + + \ No newline at end of file -- cgit v1.3