Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
removed obsolete Twig function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Apr 17, 2020
1 parent 83dce29 commit eb3c064
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Resources/views/Config/config.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ adminHeader() }}
<h3>
<span class="fas fa-wrench"></span>
{% trans %}Settings{% endtrans %}
Expand Down Expand Up @@ -53,5 +52,4 @@
</div>
</div>
{{ form_end(form) }}
{{ adminFooter() }}
{{ pageAddAsset('javascript', zasset('@ZikulaProfileModule:js/ZikulaProfileModule.Config.js')) }}
1 change: 0 additions & 1 deletion Resources/views/Property/delete.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ adminHeader() }}
{{ pageSetVar('title', 'Delete property'|trans) }}
<h3><i class="fas fa-trash-alt"></i> {% trans %}Delete property{% endtrans %}</h3>

Expand Down
2 changes: 0 additions & 2 deletions Resources/views/Property/edit.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ adminHeader() }}
{{ pageSetVar('title', 'Edit property'|trans) }}
<h3>
{% if form.vars.value.id|default %}
Expand All @@ -21,4 +20,3 @@
</div>
</div>
{{ form_end(form) }}
{{ adminFooter() }}
1 change: 0 additions & 1 deletion Resources/views/Property/list.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ adminHeader() }}
{{ pageSetVar('title', 'Property list'|trans) }}
<h3><i class="fas fa-list"></i> {% trans %}Property list{% endtrans %}</h3>
<table class="table table-bordered table-striped">
Expand Down

0 comments on commit eb3c064

Please sign in to comment.