mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lnbits paid articles added
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
<div class="absolute -left-1 top-0 h-16 w-16">
|
<div class="absolute -left-1 top-0 h-16 w-16">
|
||||||
<div
|
<div
|
||||||
class="absolute transform -rotate-45 bg-amber-500 text-center text-white font-semibold py-1 left-[-34px] top-[32px] w-[170px]">
|
class="absolute transform -rotate-45 bg-amber-500 text-center text-white font-semibold py-1 left-[-34px] top-[32px] w-[170px]">
|
||||||
{{ __('paid') }}
|
{{ number_format($libraryItem->sats, 0, ',', '.') }} {{ __('sats') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
@@ -166,8 +166,7 @@
|
|||||||
: {{ $libraryItem->lecturer->name }}</div>
|
: {{ $libraryItem->lecturer->name }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex space-x-1 text-sm text-gray-300">
|
<div class="flex space-x-1 text-sm text-gray-300">
|
||||||
<time
|
<time>{{ number_format($libraryItem->sats, 0, ',', '.') }} {{ __('sats') }}</time>
|
||||||
datetime="2020-03-16">{{ number_format($libraryItem->sats, 0, ',', '.') }} {{ __('sats') }}</time>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user