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/dashboard/todos/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/dashboard/todos/index.html.haml') diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml index 42afd9c2fe3..4da5102a21d 100644 --- a/app/views/dashboard/todos/index.html.haml +++ b/app/views/dashboard/todos/index.html.haml @@ -73,7 +73,7 @@ - if @todos.any? .js-todos-list-container .js-todos-options{ data: { per_page: @todos.limit_value, current_page: @todos.current_page, total_pages: @todos.total_pages } } - .panel.panel-default.panel-without-border.panel-without-margin + .card.card-without-border.card-without-margin %ul.content-list.todos-list = render @todos = paginate @todos, theme: "gitlab" -- cgit v1.2.3