|
25 | 25 | <x-user.status /> |
26 | 26 | @endif |
27 | 27 | </h1> |
28 | | - <p class="text-sm font-medium text-skin-base font-normal"> |
| 28 | + <p class="text-sm text-skin-base font-normal"> |
29 | 29 | {{ __('Inscrit') }} <time-ago time="{{ $user->created_at->getTimestamp() }}"/> |
30 | 30 | </p> |
31 | 31 | </div> |
|
38 | 38 | {{ __('Éditer') }} |
39 | 39 | </x-default-button> |
40 | 40 | @endif |
41 | | - @if (! $user->isLoggedInUser()) |
42 | | - <x-default-button type="button"> |
43 | | - <svg class="-ml-1 mr-2 h-5 w-5 text-skin-muted" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"> |
44 | | - <path stroke-linecap="round" stroke-linejoin="round" d="M19 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zM4 19.235v-.11a6.375 6.375 0 0112.75 0v.109A12.318 12.318 0 0110.374 21c-2.331 0-4.512-.645-6.374-1.766z" /> |
45 | | - </svg> |
46 | | - <span>{{ __('Suivre') }}</span> |
47 | | - </x-default-button> |
48 | | - @endif |
49 | 41 | </div> |
50 | 42 | </div> |
51 | 43 | </div> |
52 | 44 | <div class="hidden sm:block md:hidden mt-6 min-w-0 flex-1"> |
53 | 45 | <h1 class="text-2xl font-bold text-skin-inverted truncate font-sans"> |
54 | 46 | {{ $user->name }} |
55 | 47 | </h1> |
56 | | - <p class="text-sm font-medium text-skin-base font-normal"> |
| 48 | + <p class="text-sm text-skin-base font-normal"> |
57 | 49 | {{ __('Inscrit') }} <time-ago time="{{ $user->created_at->getTimestamp() }}"/> |
58 | 50 | </p> |
59 | 51 | </div> |
@@ -169,7 +161,9 @@ class="border-transparent text-skin-base hover:text-skin-inverted-muted hover:bo |
169 | 161 | <svg class="h-10 w-10 text-skin-primary mx-auto" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"> |
170 | 162 | <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z" /> |
171 | 163 | </svg> |
172 | | - <p class="mt-1 text-skin-base text-sm leading-5">{{ __(':name ne possède aucun badge', ['name' => $user->name]) }}</p> |
| 164 | + <p class="mt-1 text-skin-base text-sm leading-5"> |
| 165 | + {{ __(':name ne possède aucun badge', ['name' => $user->name]) }} |
| 166 | + </p> |
173 | 167 | <x-button link="#" class="mt-4"> |
174 | 168 | {{ __('Voir tous les badges') }} |
175 | 169 | </x-button> |
|
0 commit comments