プロフィールの「よく使っているタグ」を検索リンク化
This commit is contained in:
parent
bdb1640ceb
commit
874e88cc56
@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<div class="list-group list-group-flush">
|
||||
@foreach ($tags as $tag)
|
||||
<a class="list-group-item d-flex justify-content-between align-items-center">
|
||||
<a class="list-group-item d-flex justify-content-between align-items-center text-dark" href="{{ route('search', ['q' => $tag->name]) }}">
|
||||
<div>
|
||||
<span class="oi oi-tag text-secondary"></span>
|
||||
{{ $tag->name }}
|
||||
|
Loading…
Reference in New Issue
Block a user