merge branch origin/fix-welcome-controller into master
Showing
- app/assets/javascripts/application.js 1 addition, 1 deletionapp/assets/javascripts/application.js
- app/assets/javascripts/management/carousel.coffee 3 additions, 0 deletionsapp/assets/javascripts/management/carousel.coffee
- app/assets/stylesheets/application/welcome.scss 5 additions, 2 deletionsapp/assets/stylesheets/application/welcome.scss
- app/assets/stylesheets/management/carousel.scss 3 additions, 0 deletionsapp/assets/stylesheets/management/carousel.scss
- app/controllers/management/carousels_controller.rb 59 additions, 0 deletionsapp/controllers/management/carousels_controller.rb
- app/controllers/management/highlights_controller.rb 0 additions, 40 deletionsapp/controllers/management/highlights_controller.rb
- app/controllers/welcome_controller.rb 10 additions, 13 deletionsapp/controllers/welcome_controller.rb
- app/helpers/management/carousel_helper.rb 2 additions, 0 deletionsapp/helpers/management/carousel_helper.rb
- app/models/carousel.rb 7 additions, 0 deletionsapp/models/carousel.rb
- app/models/web_link.rb 0 additions, 4 deletionsapp/models/web_link.rb
- app/repositories/active_record/carousel_repository.rb 9 additions, 9 deletionsapp/repositories/active_record/carousel_repository.rb
- app/repositories/orient_db/highlight_repository.rb 0 additions, 18 deletionsapp/repositories/orient_db/highlight_repository.rb
- app/repositories/orient_db/subject_repository.rb 1 addition, 1 deletionapp/repositories/orient_db/subject_repository.rb
- app/views/management/carousels/_form.html.erb 41 additions, 0 deletionsapp/views/management/carousels/_form.html.erb
- app/views/management/carousels/edit.html.erb 8 additions, 0 deletionsapp/views/management/carousels/edit.html.erb
- app/views/management/carousels/index.html.erb 45 additions, 0 deletionsapp/views/management/carousels/index.html.erb
- app/views/management/carousels/new.html.erb 8 additions, 0 deletionsapp/views/management/carousels/new.html.erb
- app/views/management/highlights/_form_delete.html.erb 0 additions, 33 deletionsapp/views/management/highlights/_form_delete.html.erb
- app/views/management/highlights/_form_new.html.erb 0 additions, 43 deletionsapp/views/management/highlights/_form_new.html.erb
- app/views/management/highlights/delete.html.erb 0 additions, 8 deletionsapp/views/management/highlights/delete.html.erb
Loading
Please register or sign in to comment