summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/builds/show.html.haml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/views/projects/builds/show.html.haml b/app/views/projects/builds/show.html.haml
index 4451793250f..4dcac0de67a 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -113,10 +113,11 @@
- elsif @build.retry_url
= link_to "Retry", @build.retry_url, class: 'btn btn-sm btn-primary', method: :post
- = link_to '', class: 'btn btn-sm btn-danger', method: :delete,
- data: { confirm: 'Are you sure you want to remove this?' } do
- = icon('remove')
- Remove
+ - if @build.eraseable?
+ = link_to @build.erase_url, class: 'btn btn-sm btn-warning', method: :put,
+ data: { confirm: 'Are you sure you want to erase this build?' } do
+ = icon('eraser')
+ Erase
.clearfix
- if @build.duration