updated also other pages to users.show
parent
d27354e52f
commit
b6a20d5cc0
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue