Skip to content
Snippets Groups Projects
Commit 9101dc2e authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '214-bildnamen-andern' into 'development'

Dateiname geändert

Closes #214

See merge request !341
parents 378af725 85c12041
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
File moved
......@@ -100,7 +100,7 @@
@if( App::isLocale('de') )
<div class="mg-panel container noprint" id="spendenaufruf" style="margin-bottom:-6%;max-height:50px;text-align:center;padding:0px;margin-top:0px">
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spendenaufruf") }}">
<img src="/img/aufruf.png" style="max-width:100%;max-height:50px;" alt="Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche" >
<img src="/img/danke.png" style="max-width:100%;max-height:50px;" alt="Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche" >
</a>
</div>
@endif
......
......@@ -7,7 +7,7 @@
<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/aufruf.png" style="max-width:100%;max-height:90px;" alt="Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche" >
<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 !== "" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment