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

Neuer Sponsor auf der Hilfeseite

parent fa60b718
No related branches found
No related tags found
2 merge requests!1117Development,!1107Sponsorenlinks
......@@ -5,6 +5,25 @@
@section('content')
<div class="alert alert-warning" role="alert">{!! trans('hilfe.achtung') !!}</div>
<h1>{!! trans('hilfe.title') !!}</h1>
@if (LaravelLocalization::getCurrentLocale() == "de")
<!-- Vorrübergehend direkt integriert, da dieser Sponsor nicht ewig auf dieser Seite bleibt -->
<style>
#sponsor{
color: #808080;
}
#sponsor > a {
color: #808080;
}
#sponsor > a:hover {
color: red!important;
text-decoration: underline;
}
</style>
<div id="sponsor">
<span>Sponsor: </span>
<a target="_blank" rel="noopener" class="" href="https://www.luis.eu/shop/de/">Überwachungskamera, IP Kamera, Straßenbeleuchtung und Videosprechanlage von luis energy</a>
</div>
@endif
<h2>{!! trans('hilfe.einstellungen') !!}</h2>
<div class="panel panel-default">
<div class="panel-heading">
......
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