Update 'content/lists/stellenangebote.blade.php'
parent
5e3d1a0e06
commit
052a0363f6
|
@ -43,15 +43,14 @@
|
||||||
<img src="{{ $content->user->gravatar() }}" title="{{ $content->user->name }}" height="70px" class="border rounded" alt="Logo {{ $content->user->name }}">
|
<img src="{{ $content->user->gravatar() }}" title="{{ $content->user->name }}" height="70px" class="border rounded" alt="Logo {{ $content->user->name }}">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9 col-lg-2">
|
<div class="col-9 col-lg-2 text-muted">
|
||||||
<br>
|
<br>
|
||||||
<a href="{{ route('author.get', [$content->user->slug]) }}" class="text-muted" onclick="gtag('event', 'See Employer', {'event_category' : 'List: {{ $list->name }}', 'event_label' : '{{ $content->user->name }}'});">
|
|
||||||
|
|
||||||
{{ $content->user->name }}
|
{{ $content->user->name }}
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-lg-7">
|
<div class="col-12 col-lg-7">
|
||||||
<h5 class="card-title" style="margin-top: 20px;">
|
<h5 class="card-title" style="margin-top: 20px;">
|
||||||
|
|
Loading…
Reference in New Issue