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
This commit is contained in:
Annabel Dunstone Gray 2017-02-01 20:21:42 +00:00
commit dd929203bb
3 changed files with 6 additions and 2 deletions

View File

@ -182,7 +182,7 @@
<th class="environments-deploy">Last deployment</th>
<th class="environments-build">Build</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>
</tr>
</thead>

View File

@ -33,7 +33,7 @@
%th ID
%th Commit
%th Build
%th
%th Created
%th.hidden-xs
= render @deployments

View File

@ -0,0 +1,4 @@
---
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: