-
- Downloads
Refactor issues and merge requests lists
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent
32eb5de5
No related branches found
No related tags found
Showing
- app/controllers/application_controller.rb 42 additions, 0 deletionsapp/controllers/application_controller.rb
- app/controllers/dashboard_controller.rb 4 additions, 8 deletionsapp/controllers/dashboard_controller.rb
- app/controllers/groups_controller.rb 4 additions, 14 deletionsapp/controllers/groups_controller.rb
- app/controllers/projects/application_controller.rb 0 additions, 27 deletionsapp/controllers/projects/application_controller.rb
- app/controllers/projects/issues_controller.rb 3 additions, 3 deletionsapp/controllers/projects/issues_controller.rb
- app/controllers/projects/merge_requests_controller.rb 3 additions, 3 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/helpers/application_helper.rb 18 additions, 0 deletionsapp/helpers/application_helper.rb
- app/helpers/dashboard_helper.rb 0 additions, 14 deletionsapp/helpers/dashboard_helper.rb
- app/helpers/projects_helper.rb 0 additions, 17 deletionsapp/helpers/projects_helper.rb
- app/views/dashboard/issues.html.haml 3 additions, 7 deletionsapp/views/dashboard/issues.html.haml
- app/views/dashboard/merge_requests.html.haml 3 additions, 7 deletionsapp/views/dashboard/merge_requests.html.haml
- app/views/groups/issues.html.haml 3 additions, 7 deletionsapp/views/groups/issues.html.haml
- app/views/groups/merge_requests.html.haml 3 additions, 7 deletionsapp/views/groups/merge_requests.html.haml
- app/views/layouts/nav/_group.html.haml 2 additions, 2 deletionsapp/views/layouts/nav/_group.html.haml
- app/views/projects/_issues_nav.html.haml 9 additions, 2 deletionsapp/views/projects/_issues_nav.html.haml
- app/views/projects/issues/_issues.html.haml 1 addition, 1 deletionapp/views/projects/issues/_issues.html.haml
- app/views/projects/merge_requests/index.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/index.html.haml
- app/views/shared/_filter.html.haml 0 additions, 50 deletionsapp/views/shared/_filter.html.haml
- app/views/shared/_issuable_filter.html.haml 35 additions, 34 deletionsapp/views/shared/_issuable_filter.html.haml
- app/views/shared/_sort_dropdown.html.haml 6 additions, 6 deletionsapp/views/shared/_sort_dropdown.html.haml
app/views/shared/_filter.html.haml
deleted
100644 → 0
Please register or sign in to comment