From e0483f5f41f519d92982242edadb0dc185104c73 Mon Sep 17 00:00:00 2001 From: Brett Walker Date: Thu, 13 Jun 2019 18:55:45 -0500 Subject: Add group-full-path to issue list container --- app/views/shared/_issues.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_issues.html.haml b/app/views/shared/_issues.html.haml index 92ca728558c..a21dcabb485 100644 --- a/app/views/shared/_issues.html.haml +++ b/app/views/shared/_issues.html.haml @@ -1,6 +1,6 @@ - if @issues.to_a.any? .card.card-small.card-without-border - %ul.content-list.issues-list.issuable-list{ :class => ("manual-ordering" if @sort == 'relative_position') } + %ul.content-list.issues-list.issuable-list{ class: ("manual-ordering" if @sort == 'relative_position'), data: { group_full_path: @group&.full_path } } = render partial: 'projects/issues/issue', collection: @issues = paginate @issues, theme: "gitlab" - else -- cgit v1.2.1