Skip to content

Commit

Permalink
Merge pull request #9 from Karcikovas/master
Browse files Browse the repository at this point in the history
Change template paths to allow overriding
  • Loading branch information
GrandLTU authored Aug 9, 2019
2 parents 12f2dc1 + d108d42 commit 0080404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/views/Crud/Index/_header.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% import 'SyliusUiBundle:Macro:headers.html.twig' as headers %}
{% import '@SyliusUi/Macro/headers.html.twig' as headers %}

<div class="ui stackable two column grid">
<div class="column">
Expand Down
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 0080404

Please sign in to comment.