updated to Symfony 4.2 (#710)

This commit is contained in:
Kevin Papst
2019-04-21 01:41:08 +02:00
committed by GitHub
parent 32b36f42f0
commit f9c8028ea1
31 changed files with 1010 additions and 616 deletions

View File

@@ -6,7 +6,7 @@
</a>
<ul class="dropdown-menu">
<li class="header">
{{ 'active.entries'|transchoice(entries|length) }}
{{ 'active.entries'|trans({'%count%':(entries|length)}) }}
</li>
<li>
{% if entries is not empty %}

View File

@@ -5,7 +5,7 @@
<span class="label label-success">{{ entries|length }}</span>
</a>
<ul class="dropdown-menu">
<li class="header">{{ 'recent.activities'|transchoice(entries|length) }}</li>
<li class="header">{{ 'recent.activities'|trans({'%count%':(entries|length)}) }}</li>
<li>
<ul class="menu">
{% for timesheet in entries %}