Commit b189a34b authored by Filipa Lacerda's avatar Filipa Lacerda

Updates Last Deployment column in environmnets list.

Fixes deployment id to show the internal one
parent 4dc61dc7
......@@ -7,7 +7,7 @@
%td
- if last_deployment
= user_avatar(user: last_deployment.user, size: 20)
%strong ##{last_deployment.id}
%span ##{last_deployment.iid}
%td
- if last_deployment
......
......@@ -26,7 +26,7 @@
%table.table.builds.environments
%tbody
%th Environment
%th Last Deployment
%th Last Deployment ID
%th Commit
%th
%th
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment