Commit 19820bd1 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '237145-bs4-card-small' into 'master'

Remove a card-small class from HAML files

Closes #237145

See merge request gitlab-org/gitlab!39550
parents b6d5b8b0 6e1e7264
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
- if @profiles.present? - if @profiles.present?
.gl-mt-3 .gl-mt-3
- @profiles.each do |path, profiles| - @profiles.each do |path, profiles|
.card.card-small .card
.card-header .card-header
%code= path %code= path
%ul.content-list %ul.content-list
......
- if @issues.to_a.any? - if @issues.to_a.any?
.card.card-small.card-without-border .card.card-without-border
%ul.content-list.issues-list.issuable-list{ class: ("manual-ordering" if @sort == 'relative_position'), data: { group_full_path: @group&.full_path } } %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 = render partial: 'projects/issues/issue', collection: @issues
= paginate @issues, theme: "gitlab" = paginate @issues, theme: "gitlab"
......
- if @merge_requests.to_a.any? - if @merge_requests.to_a.any?
.card.card-small.card-without-border .card.card-without-border
%ul.content-list.mr-list.issuable-list %ul.content-list.mr-list.issuable-list
= render partial: 'projects/merge_requests/merge_request', collection: @merge_requests = render partial: 'projects/merge_requests/merge_request', collection: @merge_requests
......
---
title: Remove a card-small class from HAML files
merge_request: 39550
author: Takuya Noguchi
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment