1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00
LinkAce/resources/views/partials/table-sorter.blade.php
Kovah 8cbd36d61e
Migrate to HTMl icons (#158)
This adjusts multiple components, including the table sorting, link share buttons and link icons. All were changed to use views, dynamic components and the new icons. All views were adjusted to use the new icons instead of the Fontawesome Javascript.
2020-10-21 15:14:53 +02:00

9 lines
220 B
PHP

<div class="d-flex">
<span class="mr-1">{{ $label }}</span>
<span class="table-sorter ml-auto">
<a href="{{ $url }}">
<x-dynamic-component :component="$icon"/>
</a>
</span>
</div>