Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 2d9570f

Browse files
committed
removed obsolete Twig function calls
1 parent f7ea13f commit 2d9570f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Resources/views/Config/settings.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{{ adminHeader() }}
21
{% set pageTitle = '%auth_method% settings'|trans({'%auth_method%': method.displayName}) %}
32
<h3>
43
<span class="fab fa-{{ method.alias }}"></span>
@@ -16,4 +15,3 @@
1615
{{ form_end(form) }}
1716
</div>
1817
</div>
19-
{{ adminFooter() }}

Resources/views/Mapping/list.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{{ adminHeader() }}
21
<h3>
32
<i class="fas fa-list"></i>{% trans %}Mappings list{% endtrans %}
43
</h3>
@@ -27,4 +26,3 @@
2726
{% endfor %}
2827
</tbody>
2928
</table>
30-
{{ adminFooter() }}

0 commit comments

Comments
 (0)