Commit 5667422a authored by Filipa Lacerda's avatar Filipa Lacerda

Does not collapse runners section when using pagination

Includes settings hash on runners pagination links
parent 519ffec4
......@@ -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' }
---
title: Does not collapse runners section when using pagination
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment