diff options
Diffstat (limited to 'templates/payment/table.html')
-rw-r--r-- | templates/payment/table.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/payment/table.html b/templates/payment/table.html index 450d84b..71bfb0a 100644 --- a/templates/payment/table.html +++ b/templates/payment/table.html @@ -20,7 +20,7 @@ </div> {% else %} <div class="g-Paragraph"> - {{ count | numeric }} paiement{{ count | pluralize }} comptabilisant {{ total_cost | euros() }}. + {{ count | numeric }} paiement{{ pluralize(count, "paiement") }} comptabilisant {{ total_cost | euros() }}. </div> {% endif %} @@ -81,9 +81,9 @@ {{ payment.cost | euros() }} </span> <span class="g-Table__Cell">{{ payment.user }}</span> - <span + <span class="g-Table__Cell g-Media__Large" - is="colored-category" + is="colored-category" data-color="{{ payment.category_color }}" > {{ payment.category_name }} @@ -97,7 +97,7 @@ {% endfor %} </div> - {{ paging::paging( + {{ paging.view( url="/" ~ payments_params( frequency=query.frequency, name=query.name, |