From fd79e63a8b2bdb66942a8cbec539927e586d4249 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de>
Date: Tue, 20 Sep 2016 09:37:35 +0200
Subject: [PATCH] Danksagung aus Quicktips entfernt

---
 resources/views/quicktip.blade.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/resources/views/quicktip.blade.php b/resources/views/quicktip.blade.php
index 7bca7fe05..7099af580 100644
--- a/resources/views/quicktip.blade.php
+++ b/resources/views/quicktip.blade.php
@@ -5,11 +5,6 @@
 		<link rel="stylesheet" type="text/css" href="/css/quicktips.css" />
 	</head>
 	<body>
-		<div class="mg-panel container" style="margin-bottom:20px;max-height:90px;text-align:left; max-width:100%; padding:0px;margin-top:0px">
-			<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spendenaufruf") }}" target="_blank">
-				<img src="/img/danke.png" style="max-width:100%;max-height:90px;" alt="Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche" >
-			</a>
-		</div>
 		@if( $spruch !== "" )
 			<blockquote id="spruch">{!! $spruch !!}</blockquote>
 		@endif
-- 
GitLab