-
- Downloads
Merge branch 'create-merge-request' into 'master'
Add Create Merge Request buttons to commits page and push event. Commits page:  Branches page:  Push event: (Only for new branches, and only shown to the pushing user)  Push event with multiple commits and a Compare link:  See merge request !632
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/projects/compare_controller.rb 2 additions, 1 deletionapp/controllers/projects/compare_controller.rb
- app/helpers/compare_helper.rb 12 additions, 13 deletionsapp/helpers/compare_helper.rb
- app/views/events/event/_push.html.haml 13 additions, 1 deletionapp/views/events/event/_push.html.haml
- app/views/projects/branches/_branch.html.haml 7 additions, 4 deletionsapp/views/projects/branches/_branch.html.haml
- app/views/projects/commits/_head.html.haml 1 addition, 1 deletionapp/views/projects/commits/_head.html.haml
- app/views/projects/commits/show.html.haml 11 additions, 5 deletionsapp/views/projects/commits/show.html.haml
- app/views/projects/compare/_form.html.haml 4 additions, 3 deletionsapp/views/projects/compare/_form.html.haml
- features/steps/project/commits/commits.rb 1 addition, 1 deletionfeatures/steps/project/commits/commits.rb
Please register or sign in to comment