bug fix
This commit is contained in:
parent
f684d9c68c
commit
44f72a44da
1
TODO.md
1
TODO.md
@ -14,6 +14,7 @@
|
||||
- [x] Likes
|
||||
- [x] Comments
|
||||
- [x] Boosts
|
||||
- [ ] Local Boost
|
||||
- [x] Tags
|
||||
- [ ] Pinned Posts
|
||||
|
||||
|
@ -104,7 +104,7 @@ else
|
||||
@if ($display_post->get_hashtags ()->count () > 0)
|
||||
<p>
|
||||
<b>Tags:</b>
|
||||
@foreach ($post->get_hashtags ()->get () as $hashtag)
|
||||
@foreach ($display_post->get_hashtags ()->get () as $hashtag)
|
||||
<a href="{{ route ('tags', [ 'tag' => substr ($hashtag->name, 1) ]) }}">
|
||||
<span class="tag">{{ $hashtag->name }}</span>
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user