mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
This commit is contained in:
parent
21e59d775a
commit
f60ae41bf6
26 changed files with 741 additions and 70 deletions
|
|
@ -21,8 +21,10 @@
|
|||
</div>
|
||||
|
||||
<div class="wa-cluster wa-gap-xs">
|
||||
<livewire:app.icon name="hashtag" />
|
||||
<a href="{{ url("posts/$post->id") }}" wire:navigate.hover>{{ $post->id }}</a>
|
||||
<livewire:app.icon name="tags" />
|
||||
@foreach($tags as $tag)
|
||||
<a href="{{ route('tags.view', $tag) }}" style="color: {{ $tag->tagGroup->color }};" wire:navigate.hover>{{ $tag->name }}</a>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue