Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
76759821
Commit
76759821
authored
Feb 15, 2022
by
Julien Jorry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug order by nom prestataire
parent
6fbca6c9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
liste_prestataires_bygroupelocal.html.twig
...kohinos/presta/liste_prestataires_bygroupelocal.html.twig
+2
-2
No files found.
templates/themes/kohinos/presta/liste_prestataires_bygroupelocal.html.twig
View file @
76759821
...
@@ -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
=
''
%}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment