-
- Downloads
Move repo tags to own controller. add ability to remove tags
Showing
- app/controllers/projects/branches_controller.rb 1 addition, 1 deletionapp/controllers/projects/branches_controller.rb
- app/controllers/projects/repositories_controller.rb 0 additions, 5 deletionsapp/controllers/projects/repositories_controller.rb
- app/controllers/projects/tags_controller.rb 29 additions, 0 deletionsapp/controllers/projects/tags_controller.rb
- app/models/event.rb 3 additions, 3 deletionsapp/models/event.rb
- app/models/repository.rb 4 additions, 0 deletionsapp/models/repository.rb
- app/views/projects/branches/_branch.html.haml 1 addition, 0 deletionsapp/views/projects/branches/_branch.html.haml
- app/views/projects/commits/_head.html.haml 2 additions, 2 deletionsapp/views/projects/commits/_head.html.haml
- app/views/projects/tags/index.html.haml 11 additions, 6 deletionsapp/views/projects/tags/index.html.haml
- config/routes.rb 1 addition, 2 deletionsconfig/routes.rb
- lib/gitlab/backend/shell.rb 25 additions, 0 deletionslib/gitlab/backend/shell.rb
app/controllers/projects/tags_controller.rb
0 → 100644
Please register or sign in to comment