OSDN Git Service

Refactored profile area
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fri, 14 Sep 2012 16:13:25 +0000 (19:13 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fri, 14 Sep 2012 16:13:25 +0000 (19:13 +0300)
commitdc37c8aaae29f2340ba3fd0bcda08c937010abde
treed047baebdcf824b33e3da3deacff38902b3fb4df
parent8f9a450eedc5b5fc13e24788ab67f2de928dd83a
Refactored profile area
15 files changed:
app/assets/stylesheets/common.scss
app/assets/stylesheets/main.scss
app/assets/stylesheets/sections/profile.scss [new file with mode: 0644]
app/controllers/profile_controller.rb
app/helpers/application_helper.rb
app/views/layouts/profile.html.haml
app/views/profile/account.html.haml [new file with mode: 0644]
app/views/profile/history.html.haml [new file with mode: 0644]
app/views/profile/password.html.haml [deleted file]
app/views/profile/show.html.haml
app/views/profile/token.html.haml [deleted file]
config/routes.rb
features/profile/profile.feature
features/steps/shared/paths.rb
spec/requests/security/profile_access_spec.rb