diff --git a/config.yaml b/config.yaml index e7449ef..26ab6ab 100644 --- a/config.yaml +++ b/config.yaml @@ -97,6 +97,17 @@ views: - web/layouts/journeys/_partials/journeys-carpool.html - web/layouts/journeys/_partials/journeys-public-transit.html - web/layouts/journeys/search.html + list: + files: + - web/layouts/journeys/group_management.html + create: + files: + - web/layouts/journeys/create_groups.html + - web/layouts/_partials/address_autocomplete.html + display: + files: + - web/layouts/journeys/display_groups.html + - web/layouts/journeys/_partials/map.html support: request: files: diff --git a/web/layouts/journeys/search.html b/web/layouts/journeys/search.html index bbe6f8f..ab091d9 100644 --- a/web/layouts/journeys/search.html +++ b/web/layouts/journeys/search.html @@ -1,7 +1,20 @@ {{define "content"}}

Déplacements

- +
+
+

+
+ +
@@ -116,5 +129,6 @@ {{end}}
+
{{end}} \ No newline at end of file diff --git a/web/layouts/layout.html b/web/layouts/layout.html index 980f5c5..e46e4b1 100644 --- a/web/layouts/layout.html +++ b/web/layouts/layout.html @@ -8,6 +8,8 @@ + +