投稿のリンクが機能していない問題を修正
This commit is contained in:
parent
1622d63c7e
commit
4540b75e58
2 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<header>
|
||||
<a class="name" href={ '/' + p.user.username } data-user-preview={ p.user.id }>{ p.user.name }</a>
|
||||
<span class="username">@{ p.user.username }</span>
|
||||
<a class="time" href={ url }>
|
||||
<a class="time" href={ '/' + p.user.username + '/' + p.id }>
|
||||
<mk-time time={ p.created_at }/>
|
||||
</a>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue