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 @@ ...@@ -7,7 +7,7 @@
%td %td
- if last_deployment - if last_deployment
= user_avatar(user: last_deployment.user, size: 20) = user_avatar(user: last_deployment.user, size: 20)
%strong ##{last_deployment.id} %span ##{last_deployment.iid}
%td %td
- if last_deployment - if last_deployment
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
%table.table.builds.environments %table.table.builds.environments
%tbody %tbody
%th Environment %th Environment
%th Last Deployment %th Last Deployment ID
%th Commit %th Commit
%th %th
%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