投稿のリンクが機能していない問題を修正

This commit is contained in:
syuilo
2017-08-29 09:58:05 +09:00
parent 1622d63c7e
commit 4540b75e58
2 changed files with 2 additions and 1 deletions

View File

@ -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>