Skip to content
Snippets Groups Projects

Resolve "Fehlende Quellen bei Quicktips"

Merged Ghost User requested to merge 729-fehlende-quellen-bei-quicktips into development
All threads resolved!
1 file
+ 20
8
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading