summaryrefslogtreecommitdiff
path: root/app/views/projects/environments
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-10-24 11:18:34 +0100
committerFilipa Lacerda <filipa@gitlab.com>2016-11-16 11:57:57 +0000
commit79e9b89069cbde9c76b8876a2e5296cf4356830e (patch)
tree6db38c09aea9f9b2a3a57bef95bbcd24d2d427af /app/views/projects/environments
parent3ea611e73f76fca4e773deb4e953617d5588fab5 (diff)
downloadgitlab-ce-79e9b89069cbde9c76b8876a2e5296cf4356830e.tar.gz
Sort environments by name
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/components/_environment.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/environments/components/_environment.html.haml b/app/views/projects/environments/components/_environment.html.haml
index 7e8bcbaa67d..6cf0c1f3999 100644
--- a/app/views/projects/environments/components/_environment.html.haml
+++ b/app/views/projects/environments/components/_environment.html.haml
@@ -52,6 +52,7 @@
%td.hidden-xs
.pull-right{ "v-if" => "!isFolder"}
=render "projects/environments/components/external_url"
+ =render "projects/environments/components/actions"
%tr{"v-if" => "open && isFolder",
"is" => "environment-item",