Skip to content

Commit

Permalink
Merge pull request #1 from onlycheez/master
Browse files Browse the repository at this point in the history
Fix loading css & js when port is specified
  • Loading branch information
viniychuk committed May 21, 2016
2 parents 93d7209 + 0adb6ea commit 19d4e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
{% block title %}<title>{{ adminContext.name }} - Admin</title>{% endblock %}
<base href="{{ app.request.scheme }}://{{ app.request.host }}/bundles/yadmin/assets/"/>
<base href="{{ app.request.scheme }}://{{ app.request.host }}:{{ app.request.port }}/bundles/yadmin/assets/"/>
{% block stylesheets %}
<!-- Required Plugin CSS -->
<link rel="stylesheet" type="text/css" href="vendor/plugins/tagmanager/tagmanager.css">
Expand Down

0 comments on commit 19d4e39

Please sign in to comment.