summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/_environment.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/environments/_environment.html.haml')
-rw-r--r--app/views/projects/environments/_environment.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/environments/_environment.html.haml b/app/views/projects/environments/_environment.html.haml
index eafa246d05f..e2453395602 100644
--- a/app/views/projects/environments/_environment.html.haml
+++ b/app/views/projects/environments/_environment.html.haml
@@ -15,3 +15,6 @@
%td
- if last_deployment
#{time_ago_with_tooltip(last_deployment.created_at)}
+
+ %td
+ = render 'projects/deployments/actions', deployment: last_deployment