-
- Downloads
Move branches list to own controller with pagination. Ability to remove branches from UI
Showing
- app/assets/javascripts/main.js.coffee 3 additions, 0 deletionsapp/assets/javascripts/main.js.coffee
- app/controllers/projects/branches_controller.rb 24 additions, 0 deletionsapp/controllers/projects/branches_controller.rb
- app/controllers/projects/repositories_controller.rb 0 additions, 4 deletionsapp/controllers/projects/repositories_controller.rb
- app/models/repository.rb 6 additions, 0 deletionsapp/models/repository.rb
- app/views/projects/branches/_branch.html.haml 27 additions, 0 deletionsapp/views/projects/branches/_branch.html.haml
- app/views/projects/branches/index.html.haml 10 additions, 0 deletionsapp/views/projects/branches/index.html.haml
- app/views/projects/repositories/_filter.html.haml 2 additions, 2 deletionsapp/views/projects/repositories/_filter.html.haml
- app/views/projects/repositories/branches.html.haml 0 additions, 15 deletionsapp/views/projects/repositories/branches.html.haml
- app/views/projects/repositories/show.html.haml 2 additions, 7 deletionsapp/views/projects/repositories/show.html.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
app/views/projects/branches/index.html.haml
0 → 100644
Please register or sign in to comment