Skip to content

Instantly share code, notes, and snippets.

@ricfrank
Created May 30, 2013 16:37
Show Gist options
  • Save ricfrank/5679302 to your computer and use it in GitHub Desktop.
Save ricfrank/5679302 to your computer and use it in GitHub Desktop.
{% block javascripts %}
{{ parent() }}
<!-- questo è quell che aggiungi nel singolo template con assetic-->
{% javascripts
'@SiparioMainBundle/Resources/public/js/NominativiDaAssegnareGrid.js' %}
<script type="text/javascript" src="{{ asset_url }}"></script>
{% endjavascripts %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment