OSDN Git Service

Render profile in home page and delete profile page (#30067)
authoreagletmt <eagletmt@gmail.com>
Sun, 11 Nov 2012 03:22:21 +0000 (12:22 +0900)
committereagletmt <eagletmt@gmail.com>
Sun, 11 Nov 2012 03:22:21 +0000 (12:22 +0900)
commitaac7ccfcbd3da37645555ac610805a49533a53ef
tree43a85696b22576c43a7547ea98908ddb218001c0
parentfef6a3b8a7d2b90278d7c4a3276e01128df9271e
Render profile in home page and delete profile page (#30067)
CutenServer/app/controllers/teachers_controller.rb
CutenServer/app/controllers/users_controller.rb
CutenServer/app/views/home/index.html.haml
CutenServer/app/views/shared/_navbar.html.haml
CutenServer/app/views/teachers/profile.html.haml [deleted file]
CutenServer/app/views/users/profile.html.haml [deleted file]
CutenServer/config/routes.rb
CutenServer/test/functional/home_controller_test.rb
CutenServer/test/functional/teachers_controller_test.rb
CutenServer/test/functional/users_controller_test.rb