6588: Changed routes to be under /users, used @object and updated
authorManoj <jonam33@gmail.com>
Mon, 3 Aug 2015 17:49:27 +0000 (13:49 -0400)
committerManoj <jonam33@gmail.com>
Mon, 3 Aug 2015 17:49:27 +0000 (13:49 -0400)
commita789f895a5cdbc2a548787f99197f9861521106b
treee64d35629bbe95b81e882e7cdb830e27be937330
parent41bb13b71c8593134c2b34884249ca862b185e04
6588: Changed routes to be under /users, used @object and updated
tests.
20 files changed:
apps/workbench/app/controllers/users_controller.rb
apps/workbench/app/views/layouts/body.html.erb
apps/workbench/app/views/notifications/_ssh_key_notification.html.erb
apps/workbench/app/views/users/_current_token.html.erb [moved from apps/workbench/app/views/users/_manage_current_token.html.erb with 77% similarity]
apps/workbench/app/views/users/_manage_account.html.erb
apps/workbench/app/views/users/_repositories.html.erb [moved from apps/workbench/app/views/users/_manage_repositories.html.erb with 89% similarity]
apps/workbench/app/views/users/_ssh_keys.html.erb [moved from apps/workbench/app/views/users/_manage_ssh_keys.html.erb with 96% similarity]
apps/workbench/app/views/users/_virtual_machines.html.erb [moved from apps/workbench/app/views/users/_manage_virtual_machines.html.erb with 92% similarity]
apps/workbench/app/views/users/current_token.html.erb [new file with mode: 0644]
apps/workbench/app/views/users/manage_current_token.html.erb [deleted file]
apps/workbench/app/views/users/manage_repositories.html.erb [deleted file]
apps/workbench/app/views/users/manage_virtual_machines.html.erb [deleted file]
apps/workbench/app/views/users/repositories.html.erb [new file with mode: 0644]
apps/workbench/app/views/users/ssh_keys.html.erb [moved from apps/workbench/app/views/users/manage_ssh_keys.html.erb with 73% similarity]
apps/workbench/app/views/users/virtual_machines.html.erb [new file with mode: 0644]
apps/workbench/config/routes.rb
apps/workbench/test/controllers/users_controller_test.rb
apps/workbench/test/integration/application_layout_test.rb
apps/workbench/test/integration/user_manage_account_test.rb
apps/workbench/test/integration/user_profile_test.rb