Commit dd929203 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '27494-environment-list-column-headers' into 'master'

Edited the column header for the environments list from created to updated and a…

Closes #27494

See merge request !8904
parents e2741630 ef20bb2e
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
<th class="environments-deploy">Last deployment</th> <th class="environments-deploy">Last deployment</th>
<th class="environments-build">Build</th> <th class="environments-build">Build</th>
<th class="environments-commit">Commit</th> <th class="environments-commit">Commit</th>
<th class="environments-date">Created</th> <th class="environments-date">Updated</th>
<th class="hidden-xs environments-actions"></th> <th class="hidden-xs environments-actions"></th>
</tr> </tr>
</thead> </thead>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
%th ID %th ID
%th Commit %th Commit
%th Build %th Build
%th %th Created
%th.hidden-xs %th.hidden-xs
= render @deployments = render @deployments
......
---
title: Edited the column header for the environments list from created to updated and added created to environments detail page colum header titles
merge_request:
author:
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