Skip to content

Commit

Permalink
Update for Index.html.twig
Browse files Browse the repository at this point in the history
Fixing path
  • Loading branch information
Karcikovas authored Aug 9, 2019
1 parent ff9f5aa commit d108d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Crud/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
{% block title %}{{ parent() }} {{ header|trans }}{% endblock %}

{% block content %}
{% include 'PlatformAdminBundle:Crud/Index:_header.html.twig' %}
{% include '@PlatformAdmin/Crud/Index/_header.html.twig' %}
{% include '@PlatformAdmin/Crud/Index/_content.html.twig' %}
{% endblock %}

0 comments on commit d108d42

Please sign in to comment.