Skip to content

Commit

Permalink
Fixed BC break from Lexik 4.0.2 where template blocks have been renam…
Browse files Browse the repository at this point in the history
…ed to lexik_
  • Loading branch information
pix-art committed Jan 19, 2017
1 parent 80c15e4 commit a0e759f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Resources/views/translations_layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
<link rel="stylesheet" href="{{ asset('bundles/lexiktranslation/ng-table/ng-table.min.css') }}">
{% endblock %}

{% block content %}
{% block lexik_content %}
{% endblock %}
{% endblock %}

{% block javascripts %}
{{ parent() }}
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.13/angular.min.js"></script>
<script src="{{ asset('bundles/lexiktranslation/ng-table/ng-table.min.js') }}"></script>
{% block javascript_footer %}{% endblock %}
{% block lexik_javascript_footer %}{% endblock %}
{% endblock %}

0 comments on commit a0e759f

Please # to comment.