Skip to content

Commit

Permalink
removed unecessary exclamation in extends in frameworks admin templates
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Nov 4, 2024
1 parent 0425015 commit 325fa27
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}
{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}

{% block title %}- {{ 'Extended SEO categories'|trans }}{% endblock %}
{% block h1 %}{{ 'Extended SEO categories'|trans }}{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}
{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}
{% import _self as self %}

{% block title %}- {{ 'Extended SEO category - category selection'|trans }}{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}
{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}

{% set title = 'Extended SEO category %categoryName% - combinations'|trans({'%categoryName%': category.name(locale)}) %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}
{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}

{% set title = 'Extended SEO category %categoryName% - filters'|trans({'%categoryName%': category.name(locale)}) %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}
{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}

{% set title = 'Extended SEO category - editing the combination with SEO values'|trans %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}
{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}

{% block title %}- {{ 'Parameter value of type color'|trans }}{% endblock %}
{% block h1 %}{{ 'Parameter value of type color'|trans }}{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}
{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}

{% block title %}- {{ 'Parameter values of type color'|trans }}{% endblock %}
{% block h1 %}{{ 'Parameter values of type color'|trans }}{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '@!ShopsysFramework/Admin/Grid/Grid.html.twig' %}
{% extends '@ShopsysFramework/Admin/Grid/Grid.html.twig' %}

{% block grid_value_cell_id_name %}
<a href="{{ url('admin_parametervalue_edit', { id: row.pu.id }) }}">{{ value }}</a>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '@!ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}
{% extends '@ShopsysFramework/Admin/Layout/layoutWithPanel.html.twig' %}

{% block title %}- {{ 'Convert values associated with parameter - %name%'|trans({'%name%': parameter.name}) }}{% endblock %}
{% block h1 %}{{ 'Convert values associated with parameter - %name%'|trans({'%name%': parameter.name}) }}{% endblock %}
Expand Down

0 comments on commit 325fa27

Please sign in to comment.