Commit 76759821 by Julien Jorry

Fix bug order by nom prestataire

parent 6fbca6c9
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
{% include '@kohinos/block/breadcrumb.html.twig' with {'label' : type} %} {% include '@kohinos/block/breadcrumb.html.twig' with {'label' : type} %}
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<div class="btn-group text-center mb-2" role="group" aria-label="Basic example"> <div class="btn-group text-center mb-2" role="group" aria-label="Basic example">
<a href='#' type="button" class="btn btn-secondary">Par nom</a> <a href='{{ path('liste_prestataire', {'order': 'raison'}) }}' type="button" class="btn btn-secondary">Par nom</a>
<a href='{{ path('liste_prestataire', {'order': 'groupelocal'}) }}' type="button" class="btn btn-primary">Par groupe local</a> <a href='#' type="button" class="btn btn-primary">Par groupe local</a>
</div> </div>
</div> </div>
{% set groupe = '' %} {% set groupe = '' %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment