From bef45ae873f18f473c49a29b7944966ae5ea7acc Mon Sep 17 00:00:00 2001
From: Karl Hasselbring <karl@suma-ev.de>
Date: Mon, 5 Nov 2018 08:27:43 +0100
Subject: [PATCH] Impressum link in privacy page changed

---
 resources/views/datenschutz/english.blade.php | 12 ++++++------
 resources/views/datenschutz/german.blade.php  |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/resources/views/datenschutz/english.blade.php b/resources/views/datenschutz/english.blade.php
index b7033eea8..47b8720d8 100644
--- a/resources/views/datenschutz/english.blade.php
+++ b/resources/views/datenschutz/english.blade.php
@@ -7,7 +7,7 @@
         <div>
     <h1>Person responsible and contact person</h1>
 		MetaGer and related services are operated by <a href="https://suma-ev.de/impressum.html">SUMA-EV</a>, which is also the author of this statement. By "we" in this statement usually SUMA-EV is meant.
-		<br />Our contact details can be found in our <a href="https://suma-ev.de/impressum.html">imprint</a>. We can be reached by e-mail at <a href="mailto:office@suma-ev.de">office@suma-ev.de</a>.
+		<br />Our contact details can be found in our <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "impressum") }}">imprint</a>. We can be reached by e-mail at <a href="mailto:office@suma-ev.de">office@suma-ev.de</a>.
 		</div>
     <div>
     <h1>Principles</h1>
@@ -40,7 +40,7 @@
 													   </li>
 												</ol>
 												<h2>Which rights do I have as a user?</h2>
-												Since the full form of the Internet Protocol address is personal, you have the following rights in particular: 
+												Since the full form of the Internet Protocol address is personal, you have the following rights in particular:
 													<a href="#ihrerechte">View rights</a>
                         </article>
                     </li>
@@ -186,7 +186,7 @@
             </article>
             <article class="kontext">
                 <h1>Use of the anonymizing proxy</h1>
-                When using the anonymizing proxy, the following data is generated: 
+                When using the anonymizing proxy, the following data is generated:
                 <ol>
                     <br/>
                     <li><a href="#ip-address">IP-Adress</a>: Will not be stored or shared.</li>
@@ -199,11 +199,11 @@
             </article>
             <article class="kontext">
                 <h1>Use of the associator</h1>
-                    The associator uses the search term to determine and display the terms associated therewith. Other data will not be stored or shared. 
+                    The associator uses the search term to determine and display the terms associated therewith. Other data will not be stored or shared.
             </article>
             <article class="kontext">
                 <h1>Use of the MetaGer app</h1>
-                   Use of the MetaGer app is the same as using MetaGer via a web browser. 
+                   Use of the MetaGer app is the same as using MetaGer via a web browser.
             </article>
             <article class="kontext">
                 <h1>Use of the MetaGer plugin</h1>
@@ -239,7 +239,7 @@
             </article>
             <li><b>Right to deletion:</b></li>
             <article class="kontext">
-            In accordance with Art. 17 GDPR 
+            In accordance with Art. 17 GDPR
             </article>
             <li><b>Right to restriction of processing:</b></li>
             <article class="kontext">
diff --git a/resources/views/datenschutz/german.blade.php b/resources/views/datenschutz/german.blade.php
index f02d32627..d68f964a8 100644
--- a/resources/views/datenschutz/german.blade.php
+++ b/resources/views/datenschutz/german.blade.php
@@ -9,7 +9,7 @@
     <h1>Verantwortliche und Ansprechpartner</h1>
 		MetaGer und verwandte Dienste werden betrieben vom <a href="https://suma-ev.de/impressum.html">SUMA-EV</a>, der auch Verfasser dieser Erklärung ist.
 		Mit „Wir“ ist in dieser Erklärung in der Regel der SUMA-EV gemeint.
-		<br />Unsere Kontaktdaten finden Sie in unserem <a href="https://suma-ev.de/impressum.html">Impressum</a>. Per E-Mail sind wir unter der Adresse  <a href="mailto:office@suma-ev.de">office@suma-ev.de</a> zu erreichen.
+		<br />Unsere Kontaktdaten finden Sie in unserem <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "impressum") }}">Impressum</a>. Per E-Mail sind wir unter der Adresse  <a href="mailto:office@suma-ev.de">office@suma-ev.de</a> zu erreichen.
 		</div>
     <div>
     <h1>Grundsätze</h1>
-- 
GitLab