Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stacks
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
stacks
Merge requests
!4
Replace spaceless twig filters with apply spaceless
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Replace spaceless twig filters with apply spaceless
issue/stacks-3484750:3484750-spaceless-tag-is
into
3.x
Overview
0
Commits
1
Pipelines
0
Changes
2
Open
Kyle Levitan
requested to merge
issue/stacks-3484750:3484750-spaceless-tag-is
into
3.x
6 months ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Closes
#3484750
0
0
Merge request reports
Compare
3.x
3.x (HEAD)
and
latest version
latest version
65420752
1 commit,
6 months ago
2 files
+
4
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
templates/widget-entity-content-add-list.html.twig
+
2
−
2
Options
@@ -14,10 +14,10 @@
@@ -14,10 +14,10 @@
* @ingroup themeable
* @ingroup themeable
*/
*/
#}
#}
{%
spaceless
%}
{%
apply
spaceless
%}
<dl>
<dl>
{%
for
type
in
types
%}
{%
for
type
in
types
%}
<dt>
{{
type.link
}}
</dt>
<dt>
{{
type.link
}}
</dt>
{%
endfor
%}
{%
endfor
%}
</dl>
</dl>
{%
end
spaceless
%}
{%
end
apply
%}
Loading