mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
tags creation added
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
@endcan
|
@endcan
|
||||||
@auth
|
@auth
|
||||||
<div>
|
<div>
|
||||||
<x-button xs black :href="route('voting.projectFunding', ['projectProposal' => $row])">
|
<x-button class="whitespace-nowrap" xs black :href="route('voting.projectFunding', ['projectProposal' => $row])">
|
||||||
<i class="fa fa-thin fa-check-to-slot mr-2"></i>
|
<i class="fa fa-thin fa-check-to-slot mr-2"></i>
|
||||||
{{ __('Vote') }} [0]
|
{{ __('Vote') }} [0]
|
||||||
</x-button>
|
</x-button>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<div class="flex items-center space-x-2">
|
<div class="flex items-center space-x-2">
|
||||||
<img class="h-12" src="{{ $row->user->profile_photo_url }}" alt="{{ $row->user->name }}">
|
<img class="h-12" src="{{ $row->user->profile_photo_url }}" alt="{{ $row->user->name }}">
|
||||||
<div>
|
<div>
|
||||||
{{ $row->user->name }}
|
{{ str($row->user->name)->limit(10) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user