Created
April 16, 2013 07:44
-
-
Save elnur/5394150 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% block javascripts %} | |
| {% javascripts | |
| '../vendor/jquery/jquery.js' | |
| '../vendor/bootstrap/js/bootstrap-tooltip.js' | |
| '@FOSJsRoutingBundle/Resources/public/js/router.js' | |
| '../app/Resources/public/js/confirmation.js' | |
| '../app/Resources/public/js/*.js' | |
| %} | |
| <script src="{{ asset_url }}"></script> | |
| {% endjavascripts %} | |
| <script src="{{ path('fos_js_routing_js', {"callback": "fos.Router.setData"}) }}"></script> | |
| {% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment