From 80b5f69dc2ab654719f78b996502f6cc57e1d75d Mon Sep 17 00:00:00 2001 From: AtomicNicos Date: Mon, 27 Apr 2020 00:28:06 +0200 Subject: [PATCH] Open links in new window. --- src/app/maps/maps.component.html | 89 ++++++++++++++++---------------- 1 file changed, 45 insertions(+), 44 deletions(-) diff --git a/src/app/maps/maps.component.html b/src/app/maps/maps.component.html index 50c5c80..728166a 100644 --- a/src/app/maps/maps.component.html +++ b/src/app/maps/maps.component.html @@ -1,50 +1,51 @@
- + -

{{ 'MAP.CANTONOF' | translate }} {{cantonSelected}}

- -

MAP.SORRY

- - - - {{ place.name }}
- {{ place.address }}
- {{ place.postalCode }}
- {{ place.city }}
- MAP.WEBSITE
- {{ place.tel }}
- {{ 'MAP.WHO' | translate }} : {{ place.type }}
-
-
-
+

{{ 'MAP.CANTONOF' | translate }} {{cantonSelected}}

+ +

MAP.SORRY

+ + + + {{ place.name }}
+ {{ place.address }}
+ {{ place.postalCode }}
+ {{ place.city }}
+ MAP.WEBSITE
+ {{ place.tel }}
+ MAP.WEBSITE
+ {{ place.tel }}
+ {{ 'MAP.WHO' | translate }} : {{ place.type }}
+
+
+
-
-

{{t.key}}

-

MAP.UNCATEGORIZED

-
-
-

- {{d.name}}
- {{d.address}}
- {{d.postalCode}} {{ d.city }}
- {{ d.tel }}
- MAP.WEBSITE
- {{ 'MAP.DESCRIPTION' | translate }} : {{ d.description }}
-

-
+
+

{{t.key}}

+

MAP.UNCATEGORIZED

+
+
+

+ {{d.name}}
+ {{d.address}}
+ {{d.postalCode}} {{ d.city }}
+ {{ d.tel }}
+ MAP.WEBSITE
+ {{ d.tel }}
+ MAP.WEBSITE
+ {{ 'MAP.DESCRIPTION' | translate }} : {{ d.description }}
+

+
- - - -- GitLab