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 @@ ...@@ -40,15 +40,27 @@
</details> </details>
@else @else
<div class="quicktip-summary"> <div class="quicktip-summary">
@if ($quicktip->title != "") <div class="quicktip-headline">
<h1> @if ($quicktip->title != "")
@if ($quicktip->link != "") <h1 class="quicktip-title">
<a href="{{ $quicktip->link }}">{{ $quicktip->title }}</a> @if ($quicktip->link != "")
@else <a href="{{ $quicktip->link }}">{{ $quicktip->title }}</a>
{{ $quicktip->title }} @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 @endif
</h1> @endif
@endif </div>
<p>{!! $quicktip->descr !!}</p> <p>{!! $quicktip->descr !!}</p>
</div> </div>
@endif @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