From 46031d63cd085e392d5c3f406404cf7752a75561 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Tue, 10 Apr 2018 12:11:34 -0500 Subject: [skip ci] Convert panel related class names to card --- app/views/shared/_issues.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/shared/_issues.html.haml') diff --git a/app/views/shared/_issues.html.haml b/app/views/shared/_issues.html.haml index 49555b6ff4e..987a5d4f13f 100644 --- a/app/views/shared/_issues.html.haml +++ b/app/views/shared/_issues.html.haml @@ -1,5 +1,5 @@ - if @issues.to_a.any? - .panel.panel-default.panel-small.panel-without-border + .card.card-small.card-without-border %ul.content-list.issues-list.issuable-list = render partial: 'projects/issues/issue', collection: @issues = paginate @issues, theme: "gitlab" -- cgit v1.2.3