Benjamin Völkl 2022-07-26 22:24:35 +02:00
parent b6a20d5cc0
commit 3edb20ae52
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@

<div class="card-body">
<h2 class="fs-4">{{$nach->title}}</h2>
<a href="{{ route('author.get', [$nach->user->slug]) }}" class="text-decoration-none">
<a href="{{ route('users.show', [$nach->user->slug]) }}" class="text-decoration-none">
<img src="{{ $nach->user->gravatar() }}" width="20px" title="{{ $nach->user->name }}" class="border rounded img-fluid shadow-sm" alt="Logo {{ $nach->user->name }} ">
{{ $nach->user->name }}
</a>