Skip to content

Commit

Permalink
[BootstrapAdminUi] Fix defining default value in twig templates (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 authored Dec 11, 2024
2 parents 5261f08 + d128b5e commit 28cbf9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ services:
###> doctrine/doctrine-bundle ###
database:
ports:
- "5432:5432"
- "5432"
###< doctrine/doctrine-bundle ###
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
{% endif %}

<a href="{{ path }}" class="btn">
{{ ux_icon(action.icon ?? 'tabler:plus', {'class': 'icon dropdown-item-icon'}) }}
{{ ux_icon(action.icon|default('tabler:plus'), {'class': 'icon dropdown-item-icon'}) }}
{{ message|trans }}
</a>

0 comments on commit 28cbf9b

Please sign in to comment.