Skip to content

Commit

Permalink
IBX-1543: Replaced deprecated twig functions (#7)
Browse files Browse the repository at this point in the history
* IBX-1543: Replaced all time & date related Twig filters

* IBX-1543: Replaced components twig functions

* IBX-1543: Replaced rest of core extensions and filters function
  • Loading branch information
ViniTou authored Dec 2, 2021
1 parent a4b0de4 commit 422d513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

{% set col_version %}
{{ package.version }} {{ package.stability }}
<span>({{ package.dateTime|ez_full_datetime }}
<span>({{ package.dateTime|ibexa_full_datetime }}
, {{ package.reference | slice(0, 5) }})
</span>
{% endset %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</tr>
<tr class="ez-table__row">
<td class="ez-table__cell">{{ 'memory'|trans|desc('Memory') }}</td>
<td class="ez-table__cell">{{ info.memorySize|ez_file_size( 1 ) }}</td>
<td class="ez-table__cell">{{ info.memorySize|ibexa_file_size( 1 ) }}</td>
</tr>
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% endblock %}

{% block content %}
{{ ez_render_component_group('systeminfo-tab-groups') }}
{{ ibexa_render_component_group('systeminfo-tab-groups') }}
{% endblock %}

{% block javascripts %}
Expand Down

0 comments on commit 422d513

Please sign in to comment.