-
- Downloads
Fix #7959: Fix avatar stretching by providing a cropping feature
Showing
- Gemfile 3 additions, 0 deletionsGemfile
- Gemfile.lock 2 additions, 0 deletionsGemfile.lock
- app/assets/javascripts/application.js.coffee 3 additions, 2 deletionsapp/assets/javascripts/application.js.coffee
- app/assets/javascripts/profile.js.coffee 45 additions, 5 deletionsapp/assets/javascripts/profile.js.coffee
- app/assets/stylesheets/application.scss 1 addition, 0 deletionsapp/assets/stylesheets/application.scss
- app/assets/stylesheets/framework/mixins.scss 6 additions, 0 deletionsapp/assets/stylesheets/framework/mixins.scss
- app/assets/stylesheets/pages/profile.scss 36 additions, 0 deletionsapp/assets/stylesheets/pages/profile.scss
- app/controllers/profiles_controller.rb 3 additions, 0 deletionsapp/controllers/profiles_controller.rb
- app/models/user.rb 10 additions, 0 deletionsapp/models/user.rb
- app/uploaders/avatar_uploader.rb 9 additions, 0 deletionsapp/uploaders/avatar_uploader.rb
- app/views/profiles/show.html.haml 20 additions, 1 deletionapp/views/profiles/show.html.haml
- vendor/assets/javascripts/cropper.js 2972 additions, 0 deletionsvendor/assets/javascripts/cropper.js
- vendor/assets/stylesheets/cropper.css 379 additions, 0 deletionsvendor/assets/stylesheets/cropper.css
Loading
Please register or sign in to comment