From 28a83de3b1fc021477cc3f3b93cf14b4159dff19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de>
Date: Thu, 28 Jul 2016 08:22:00 +0200
Subject: [PATCH] Bitcoin-Adresse jetzt sichtbar

---
 resources/views/spende/spende.blade.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/resources/views/spende/spende.blade.php b/resources/views/spende/spende.blade.php
index 7ef0e1c5f..16f38704e 100644
--- a/resources/views/spende/spende.blade.php
+++ b/resources/views/spende/spende.blade.php
@@ -34,7 +34,8 @@
 		</div>
 		<div class="col-lg-6 col-md-12 col-sm-12 others ppbc">
 			<h2>{!! trans('spenden.logos.2') !!}</h2>
-			<a href="bitcoin:174SDRNZqM2WNobHhCDqD1VXbnZYFXNf8V"><img src="/img/WeAcceptBitcoin.png" style="width:120px" alt="Bitcoin"></a>
+			Unsere Bitcoin-Adresse:<br/>
+			<a href="bitcoin:174SDRNZqM2WNobHhCDqD1VXbnZYFXNf8V">174SDRNZqM2WNobHhCDqD1VXbnZYFXNf8V</a>
 		</div>
 		<div class="clearfix"></div>
 		<hr>
-- 
GitLab