Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rigel
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
rigel
Commits
69b8918f
Commit
69b8918f
authored
10 months ago
by
Sachin AddWeb
Committed by
Yas Naoi
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3390901
by sachin.addweb, yas, coaston: Fix warnings on a comment
parent
304c97e0
No related branches found
No related tags found
2 merge requests
!80
Padding has been added around the advance search form fields.
,
!71
resolve errors facing while adding content
Pipeline
#301432
failed
10 months ago
Stage: build
Stage: validate
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/filter/filter-tips.html.twig
+9
-1
9 additions, 1 deletion
templates/filter/filter-tips.html.twig
with
9 additions
and
1 deletion
templates/filter/filter-tips.html.twig
+
9
−
1
View file @
69b8918f
...
...
@@ -11,4 +11,12 @@
* @see \Drupal\bootstrap\Plugin\Preprocess\FilterTips::preprocessVariables()
*/
#}
{{
tips
}}
{%
if
tips
|
length
%}
{%
for
tip
in
tips
%}
{%
if
tip.list
|
length
%}
{%
for
item
in
tip.list
%}
{{
item.tip
}}
{%
endfor
%}
{%
endif
%}
{%
endfor
%}
{%
endif
%}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment