diff options
Diffstat (limited to 'app/views/groups/projects.html.haml')
-rw-r--r-- | app/views/groups/projects.html.haml | 4 |
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 |