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

Merge branch '729-fehlende-quellen-bei-quicktips' into 'development'

Resolve "Fehlende Quellen bei Quicktips"

Closes #729

See merge request !1215
parents c1ad259b df4cf9fb
No related branches found
No related tags found
2 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1215Resolve "Fehlende Quellen bei Quicktips"
......@@ -40,15 +40,27 @@
</details>
@else
<div class="quicktip-summary">
@if ($quicktip->title != "")
<h1>
@if ($quicktip->link != "")
<a href="{{ $quicktip->link }}">{{ $quicktip->title }}</a>
@else
{{ $quicktip->title }}
<div class="quicktip-headline">
@if ($quicktip->title != "")
<h1 class="quicktip-title">
@if ($quicktip->link != "")
<a href="{{ $quicktip->link }}">{{ $quicktip->title }}</a>
@else
{{ $quicktip->title }}
@endif
</h1>
<div class="space-taker"></div>
@if ($quicktip->gefVonLink != "")
<a class="quicktip-hoster" href="{{ $quicktip->gefVonLink }}" target="_blank" rel="noopener">
@if ($quicktip->gefVonTitle != "")
{{ $quicktip->gefVonTitle }}
@else
{{ $quicktip->gefVonTitle }}
@endif
</a>
@endif
</h1>
@endif
@endif
</div>
<p>{!! $quicktip->descr !!}</p>
</div>
@endif
\ No newline at end of file
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