Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
faqfield
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
faqfield
Merge requests
!3
Resolve
#3334987
"D10 compatibility"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3334987
"D10 compatibility"
issue/faqfield-3334987:3334987-d10-compatibility
into
8.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
7
Closed
Adam P
requested to merge
issue/faqfield-3334987:3334987-d10-compatibility
into
8.x-1.x
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
7
Expand
Closes
#3334987
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (base)
and
latest version
latest version
b16ac450
2 commits,
2 years ago
7 files
+
12
−
12
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
templates/faqfield-anchor-list-formatter.html.twig
+
2
−
2
Options
@@ -15,7 +15,7 @@
@@ -15,7 +15,7 @@
* @ingroup themeable
* @ingroup themeable
*/
*/
#}
#}
{%
spaceless
%}
{%
apply
spaceless
%}
<div
class=
"faqfield-anchor-list"
>
<div
class=
"faqfield-anchor-list"
>
<
{{
list_type
}}
>
<
{{
list_type
}}
>
{%
for
item
in
items
%}
{%
for
item
in
items
%}
@@ -29,4 +29,4 @@
@@ -29,4 +29,4 @@
<div
class=
"faqfield-answer"
>
{{
item.answer
}}
</div>
<div
class=
"faqfield-answer"
>
{{
item.answer
}}
</div>
{%
endfor
%}
{%
endfor
%}
</div>
</div>
{%
end
spaceless
%}
{%
end
apply
%}
\ No newline at end of file
Loading