-
- Downloads
Refactor sorting in project
parent
e0aa5c37
No related branches found
No related tags found
Showing
- app/controllers/admin/groups_controller.rb 2 additions, 1 deletionapp/controllers/admin/groups_controller.rb
- app/controllers/admin/users_controller.rb 2 additions, 2 deletionsapp/controllers/admin/users_controller.rb
- app/controllers/application_controller.rb 2 additions, 2 deletionsapp/controllers/application_controller.rb
- app/controllers/dashboard_controller.rb 1 addition, 1 deletionapp/controllers/dashboard_controller.rb
- app/helpers/sorting_helper.rb 79 additions, 0 deletionsapp/helpers/sorting_helper.rb
- app/models/concerns/issuable.rb 1 addition, 9 deletionsapp/models/concerns/issuable.rb
- app/models/concerns/sortable.rb 15 additions, 10 deletionsapp/models/concerns/sortable.rb
- app/models/group.rb 10 additions, 16 deletionsapp/models/group.rb
- app/models/project.rb 4 additions, 7 deletionsapp/models/project.rb
- app/models/user.rb 4 additions, 5 deletionsapp/models/user.rb
- app/views/admin/groups/index.html.haml 21 additions, 0 deletionsapp/views/admin/groups/index.html.haml
- app/views/admin/projects/index.html.haml 8 additions, 10 deletionsapp/views/admin/projects/index.html.haml
- app/views/admin/users/index.html.haml 14 additions, 10 deletionsapp/views/admin/users/index.html.haml
- app/views/dashboard/_projects_filter.html.haml 8 additions, 8 deletionsapp/views/dashboard/_projects_filter.html.haml
- app/views/explore/groups/index.html.haml 7 additions, 8 deletionsapp/views/explore/groups/index.html.haml
- app/views/explore/projects/index.html.haml 6 additions, 8 deletionsapp/views/explore/projects/index.html.haml
- app/views/shared/_sort_dropdown.html.haml 10 additions, 10 deletionsapp/views/shared/_sort_dropdown.html.haml
- features/steps/groups.rb 1 addition, 1 deletionfeatures/steps/groups.rb
Please register or sign in to comment