summaryrefslogtreecommitdiff
path: root/app/views/groups/projects.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-10 12:11:34 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-10 12:11:34 -0500
commit46031d63cd085e392d5c3f406404cf7752a75561 (patch)
tree8a0fa3a26bdb05f16eb846533eb1de08f674f1d7 /app/views/groups/projects.html.haml
parent28b0ed33cf968ca39d485de3e2777564dc1c9724 (diff)
downloadgitlab-ce-46031d63cd085e392d5c3f406404cf7752a75561.tar.gz
[skip ci] Convert panel related class names to card
Diffstat (limited to 'app/views/groups/projects.html.haml')
-rw-r--r--app/views/groups/projects.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/projects.html.haml b/app/views/groups/projects.html.haml
index 9c8e03051c1..d6cd30b64a4 100644
--- a/app/views/groups/projects.html.haml
+++ b/app/views/groups/projects.html.haml
@@ -1,7 +1,7 @@
- breadcrumb_title "Projects"
-.panel.panel-default.prepend-top-default
- .panel-heading
+.card.prepend-top-default
+ .card-header
%strong= @group.name
projects:
- if can? current_user, :admin_group, @group