Does not collapse runners section when using pagination

Includes settings hash on runners pagination links
This commit is contained in:
Filipa Lacerda 2018-08-20 17:49:26 +01:00
parent 519ffec47d
commit 5667422af7
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
2 changed files with 6 additions and 1 deletions

View File

@ -13,4 +13,4 @@
%h4.underlined-title Available specific runners
%ul.bordered-list.available-specific-runners
= render partial: 'projects/runners/runner', collection: @assignable_runners, as: :runner
= paginate @assignable_runners, theme: "gitlab"
= paginate @assignable_runners, theme: "gitlab", :params => { :anchor => '#js-runners-settings' }

View File

@ -0,0 +1,5 @@
---
title: Does not collapse runners section when using pagination
merge_request:
author:
type: fixed