diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2017-11-12 17:46:53 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2017-11-12 18:00:04 +0900 |
commit | adac106fb60467ea9d0ed33c9b157c2ffa47816c (patch) | |
tree | fba8847468792f3ac1c47b9414ae5a6fb8038452 /app | |
parent | a978e9b98d88837f90eb856b8bb10e3dfbccd712 (diff) | |
download | gitlab-ce-adac106fb60467ea9d0ed33c9b157c2ffa47816c.tar.gz |
Revert a regression on runners sorting (!15134)
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/runners/index.html.haml | 2 |
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| |