diff --git a/app/views/user_admin/show.html.erb b/app/views/user_admin/show.html.erb new file mode 100644 --- /dev/null +++ b/app/views/user_admin/show.html.erb @@ -0,0 +1,10 @@ +
+ <%= column.human_name %>: <%=h @user.send(column.name) %> +
+<% end %> + +<%= link_to 'Edit', :action => 'edit', :id => @user %> | +<%= link_to 'Back', :action => 'list' %>