Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
provus
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
provus
Merge requests
!245
3478394: Fix the group and group automatic cards.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
3478394: Fix the group and group automatic cards.
issue/provus-3478394:3478394-card-component-accessibility
into
2.2.x
Overview
0
Commits
27
Pipelines
0
Changes
9
Merged
Ken Quiño
requested to merge
issue/provus-3478394:3478394-card-component-accessibility
into
2.2.x
7 months ago
Overview
0
Commits
27
Pipelines
0
Changes
9
Expand
Related to
#3478394
0
0
Merge request reports
Compare
2.2.x
version 5
50750181
6 months ago
version 4
da5953b1
6 months ago
version 3
cd07f5d8
6 months ago
version 2
ee5ec76d
6 months ago
version 1
a8b44e76
7 months ago
2.2.x (base)
and
latest version
latest version
79a83038
27 commits,
6 months ago
version 5
50750181
26 commits,
6 months ago
version 4
da5953b1
25 commits,
6 months ago
version 3
cd07f5d8
24 commits,
6 months ago
version 2
ee5ec76d
23 commits,
6 months ago
version 1
a8b44e76
22 commits,
7 months ago
9 files
+
9
−
9
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
web/profiles/provus/modules/custom/provus_core/provus_blocks/components/card/card_image_background/card_image_background.twig
+
1
−
1
Options
@@ -10,7 +10,7 @@
@@ -10,7 +10,7 @@
<div
class=
"card-img-overlay"
>
<div
class=
"card-img-overlay"
>
<div
class=
"card-body"
>
<div
class=
"card-body"
>
{%
if
title
|
render
%}
{%
if
title
|
render
%}
<
div
class=
"card-title"
>
{{
title
}}
</
div
>
<
h3
class=
"card-title"
>
{{
title
}}
</
h3
>
<div
class=
"arrow-right"
>
<div
class=
"arrow-right"
>
<i
class=
"fa-solid fa-arrow-right"
></i>
<i
class=
"fa-solid fa-arrow-right"
></i>
</div>
</div>
Loading