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