Skip to content

Commit

Permalink
Updated asset path (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Dec 7, 2016
1 parent f86c124 commit 5ac13eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/views/webprofiler.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
{% endblock %}

{% block head %}
<link rel="stylesheet" href="{{ asset('bundles/neo4jcommunityneo4j/style/neo4j.css') }}" />
<script type="text/javascript" src="{{ asset("bundles/neo4jcommunityneo4j/script/neo4j.js") }}"></script>
<link rel="stylesheet" href="{{ asset('bundles/neo4j/style/neo4j.css') }}" />
<script type="text/javascript" src="{{ asset("bundles/neo4j/script/neo4j.js") }}"></script>
{{ parent() }}
{% endblock %}

Expand Down

0 comments on commit 5ac13eb

Please sign in to comment.