-
- Downloads
Pass `@ref` along so we know which pipeline to show
Closes #23615
Showing
- app/controllers/application_controller.rb 2 additions, 1 deletionapp/controllers/application_controller.rb
- app/controllers/projects/commits_controller.rb 8 additions, 1 deletionapp/controllers/projects/commits_controller.rb
- app/controllers/projects/merge_requests_controller.rb 12 additions, 2 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/helpers/ci_status_helper.rb 5 additions, 0 deletionsapp/helpers/ci_status_helper.rb
- app/helpers/commits_helper.rb 5 additions, 3 deletionsapp/helpers/commits_helper.rb
- app/models/commit.rb 4 additions, 0 deletionsapp/models/commit.rb
- app/views/projects/commits/_commit.html.haml 2 additions, 2 deletionsapp/views/projects/commits/_commit.html.haml
- app/views/projects/commits/_commit_list.html.haml 1 addition, 1 deletionapp/views/projects/commits/_commit_list.html.haml
- app/views/projects/commits/_commits.html.haml 1 addition, 4 deletionsapp/views/projects/commits/_commits.html.haml
- app/views/projects/commits/show.html.haml 1 addition, 1 deletionapp/views/projects/commits/show.html.haml
- app/views/projects/merge_requests/branch_from.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/branch_from.html.haml
- app/views/projects/merge_requests/branch_to.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/branch_to.html.haml
- app/views/projects/merge_requests/show/_commits.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/show/_commits.html.haml
Please register or sign in to comment