-
- Downloads
Render stage dropdown in separate API call as HTML
``` Endpoint: /group/project/pipelines/id/stage.json?stage=name Call: stage_namespace_project_pipeline_path(pipeline.project.namespace, pipeline.project, pipeline, stage: stage.name) ```
Showing
- app/controllers/projects/pipelines_controller.rb 12 additions, 0 deletionsapp/controllers/projects/pipelines_controller.rb
- app/views/projects/pipelines/_stage.html.haml 13 additions, 0 deletionsapp/views/projects/pipelines/_stage.html.haml
- config/routes/project.rb 1 addition, 0 deletionsconfig/routes/project.rb
Loading
Please register or sign in to comment