Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_ohana
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_wcms_ohana
Merge requests
!191
ISTWCMS-6875: add alt text to facts and figures icon
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ISTWCMS-6875: add alt text to facts and figures icon
feature/ISTWCMS-6875-kpaxman-facts_figures_alt
into
1.1.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Kevin Paxman
requested to merge
feature/ISTWCMS-6875-kpaxman-facts_figures_alt
into
1.1.x
10 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
1.1.x
version 1
bffb9d4e
10 months ago
1.1.x (base)
and
latest version
latest version
97684dda
1 commit,
10 months ago
version 1
bffb9d4e
1 commit,
10 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/patterns/04-components/facts-and-figures/facts-and-figures.twig
+
2
−
2
Options
@@ -14,7 +14,7 @@
}
%}
{%
elseif
detail.type
==
'icon'
%}
<div
class=
"uw-ff--text uw-ff--text__
{{
detail.type
}}
"
>
<img
src=
"
{{
detail.icon
}}
"
/>
<img
src=
"
{{
detail.icon
}}
"
alt=
"
{{
detail.alt
}}
"
/>
</div>
{%
elseif
detail.type
==
'caption'
%}
{%
if
detail.caption
%}
@@ -42,7 +42,7 @@
}
%}
{%
elseif
detail.type
==
'icon'
%}
<div
class=
"uw-ff--text uw-ff--text__
{{
detail.type
}}
"
>
<img
src=
"
{{
detail.icon
}}
"
/>
<img
src=
"
{{
detail.icon
}}
"
alt=
"
{{
detail.alt
}}
"
/>
</div>
{%
elseif
detail.type
==
'caption'
%}
{%
if
detail.caption
%}
Loading