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
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-13 20:01:36 +0300
committerWinnie Hellmann <winnie@gitlab.com>2017-11-15 20:21:17 +0300
commitda4059b752f5925f16c87faaddb6e997e97d1a3e (patch)
tree6977874d0ed97154d409746bdae9f20ec9f94a1b /app
parent6dfcafeb0306da49705a565096d8ce3f3be31248 (diff)
Merge branch '40068-runner-sorting-regression' into 'master'
Revert a regression on runners sorting (!15134) Closes #40068 See merge request gitlab-org/gitlab-ce!15341 (cherry picked from commit c8d594e04e2d12a1c0d68ed80998f0b42f0fc8c5) adac106f Revert a regression on runners sorting (!15134)
Diffstat (limited to 'app')
-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 4965dffab9d..4f60be698e9 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -64,7 +64,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|