summaryrefslogtreecommitdiff
path: root/app/views/projects/deployments/_actions.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/deployments/_actions.haml')
-rw-r--r--app/views/projects/deployments/_actions.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deployments/_actions.haml b/app/views/projects/deployments/_actions.haml
index 65d68aa2985..f70dba224fa 100644
--- a/app/views/projects/deployments/_actions.haml
+++ b/app/views/projects/deployments/_actions.haml
@@ -17,6 +17,6 @@
- if local_assigns.fetch(:allow_rollback, false)
= link_to [:retry, @project.namespace.becomes(Namespace), @project, deployment.deployable], method: :post, class: 'btn btn-build' do
- if deployment.last?
- Retry
+ Re-deploy
- else
Rollback