Skip to content
Snippets Groups Projects
Commit cd04235e authored by dimitrieh's avatar dimitrieh
Browse files

Rename retry failed button on pipeline page to just retry

parent f8a736d0
No related branches found
No related tags found
No related merge requests found
Loading
@@ -8,7 +8,7 @@
Loading
@@ -8,7 +8,7 @@
.header-action-buttons .header-action-buttons
- if can?(current_user, :update_pipeline, @pipeline.project) - if can?(current_user, :update_pipeline, @pipeline.project)
- if @pipeline.retryable? - if @pipeline.retryable?
= link_to "Retry failed", retry_namespace_project_pipeline_path(@pipeline.project.namespace, @pipeline.project, @pipeline.id), class: 'btn btn-inverted-secondary', method: :post = link_to "Retry", retry_namespace_project_pipeline_path(@pipeline.project.namespace, @pipeline.project, @pipeline.id), class: 'btn btn-inverted-secondary', method: :post
- if @pipeline.cancelable? - if @pipeline.cancelable?
= link_to "Cancel running", cancel_namespace_project_pipeline_path(@pipeline.project.namespace, @pipeline.project, @pipeline.id), data: { confirm: 'Are you sure?' }, class: 'btn btn-danger', method: :post = link_to "Cancel running", cancel_namespace_project_pipeline_path(@pipeline.project.namespace, @pipeline.project, @pipeline.id), data: { confirm: 'Are you sure?' }, class: 'btn btn-danger', method: :post
   
Loading
Loading
---
title: Rename retry failed button on pipeline page to just retry
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment