updated also other pages to users.show

master
Benjamin Völkl 2022-07-26 22:21:04 +02:00
parent d27354e52f
commit b6a20d5cc0
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@
<br>


<a href="{{ route('author.get', [$content->user->slug]) }}" class="text-decoration-none mt-2">
<a href="{{ route('users.show', [$content->user->slug]) }}" class="text-decoration-none mt-2">
<img src="{{ $content->user->gravatar() }}" width="20px" title="{{ $content->user->name }}" class="border rounded img-fluid shadow-sm" alt="Logo {{ $content->user->name }} ">
{{ $content->user->name }}
</a>
@ -144,7 +144,7 @@
<div class="bg-ci rounded p-3 border-ci position-fixed shadow-lg" style="width: 16%;">


Author: <a href="{{ route('author.get', [$content->user->slug]) }}" class="text-decoration-none mt-2">
Author: <a href="{{ route('users.show', [$content->user->slug]) }}" class="text-decoration-none mt-2">
<img src="{{ $content->user->gravatar() }}" width="20px" title="{{ $content->user->name }}" class="border rounded img-fluid shadow-sm" alt="Logo {{ $content->user->name }} ">
{{ $content->user->name }}
</a>
@ -199,7 +199,7 @@

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

View File

@ -35,7 +35,7 @@

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