trinity-cms-bundles/src/Trinity/Bundle/AdminBundle/Resources/views/BaseAdmin/indexRankableForm.html.twig

11 lines
239 B
Twig
Raw Normal View History

2015-03-03 18:51:20 +01:00
{% if rankable and pager|length %}
<form id="rank-form" action="{{ path(route_prefix ~ 'rank') }}">
{{ form_rest(form_rank) }}
</form>
<script type="text/javascript">
crud_sortable({{ pager.currentPage }});
</script>
{% endif %}
2015-03-05 17:53:17 +01:00