-
- Downloads
There was an error fetching the commit references. Please try again later.
Refactored profile area
Showing
- app/assets/stylesheets/common.scss 7 additions, 0 deletionsapp/assets/stylesheets/common.scss
- app/assets/stylesheets/main.scss 5 additions, 0 deletionsapp/assets/stylesheets/main.scss
- app/assets/stylesheets/sections/profile.scss 8 additions, 0 deletionsapp/assets/stylesheets/sections/profile.scss
- app/controllers/profile_controller.rb 6 additions, 2 deletionsapp/controllers/profile_controller.rb
- app/helpers/application_helper.rb 2 additions, 1 deletionapp/helpers/application_helper.rb
- app/views/layouts/profile.html.haml 5 additions, 5 deletionsapp/views/layouts/profile.html.haml
- app/views/profile/account.html.haml 57 additions, 0 deletionsapp/views/profile/account.html.haml
- app/views/profile/history.html.haml 5 additions, 0 deletionsapp/views/profile/history.html.haml
- app/views/profile/password.html.haml 0 additions, 29 deletionsapp/views/profile/password.html.haml
- app/views/profile/show.html.haml 2 additions, 2 deletionsapp/views/profile/show.html.haml
- app/views/profile/token.html.haml 0 additions, 23 deletionsapp/views/profile/token.html.haml
- config/routes.rb 2 additions, 1 deletionconfig/routes.rb
- features/profile/profile.feature 1 addition, 1 deletionfeatures/profile/profile.feature
- features/steps/shared/paths.rb 2 additions, 2 deletionsfeatures/steps/shared/paths.rb
- spec/requests/security/profile_access_spec.rb 2 additions, 2 deletionsspec/requests/security/profile_access_spec.rb
app/assets/stylesheets/sections/profile.scss
0 → 100644
app/views/profile/account.html.haml
0 → 100644
app/views/profile/history.html.haml
0 → 100644
app/views/profile/password.html.haml
deleted
100644 → 0
app/views/profile/token.html.haml
deleted
100644 → 0
Please register or sign in to comment