Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-02-15 01:28:35 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2017-02-15 01:28:35 +0300
commit41ec1afd01bebd35304c0514d8dd017097410367 (patch)
treef23ae89fed6955a05d2d06866b75e1ae3e583862 /app/views/admin
parentb4c00ae43dda8e32061539f3177a4294a706efc9 (diff)
Alphabetically sort tags on runner list
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/runners/_runner.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml
index 975bd950ae1..deb62845e1c 100644
--- a/app/views/admin/runners/_runner.html.haml
+++ b/app/views/admin/runners/_runner.html.haml
@@ -22,7 +22,7 @@
%td
#{runner.builds.count(:all)}
%td
- - runner.tag_list.each do |tag|
+ - runner.tag_list.sort.each do |tag|
%span.label.label-primary
= tag
%td