summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-11 10:04:04 +0000
committerRémy Coutable <remy@rymai.me>2017-10-11 10:04:04 +0000
commit22ade6e7cb2fedd7ad88f897fb501fce9f427bbd (patch)
tree1730bae9955049ef31602d973a545c9dec893de1 /app/views/admin
parent1faa97b298d31a982c5dfa7049a04569b67cf3f2 (diff)
parent6aff498426519a806e905902fba2e50e7efef83b (diff)
downloadgitlab-ce-22ade6e7cb2fedd7ad88f897fb501fce9f427bbd.tar.gz
Merge branch '38720-sort-admin-runners' into 'master'
Add sort runners on admin runners Closes #38720 See merge request gitlab-org/gitlab-ce!14661
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/runners/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index 43cea1358cc..76f4a817744 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -63,7 +63,7 @@
%th Projects
%th Jobs
%th Tags
- %th Last contact
+ %th= link_to 'Last contact', admin_runners_path(params.slice(:search).merge(sort: 'contacted_asc'))
%th
- @runners.each do |runner|